6 references to FindNearestColor
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
1318
highlight = g.
FindNearestColor
(highlight);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1298
brushColor = g.
FindNearestColor
(brushColor);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1589
: g.
FindNearestColor
(LabelTextColor);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3320
using var linePen = g.
FindNearestColor
(OwnerGrid.LineColor).GetCachedPenScope();
System\Windows\Forms\Controls\ToolStrips\ProfessionalColorTable.cs (2)
299
return g.
FindNearestColor
(Color.FromArgb(newAlpha, red, green, blue));
333
return graphics.
FindNearestColor
(Color.FromArgb(r, g, b));