6 references to FindNearestColor
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
1318highlight = g.FindNearestColor(highlight);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1298brushColor = 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)
3320using var linePen = g.FindNearestColor(OwnerGrid.LineColor).GetCachedPenScope();
System\Windows\Forms\Controls\ToolStrips\ProfessionalColorTable.cs (2)
299return g.FindNearestColor(Color.FromArgb(newAlpha, red, green, blue)); 333return graphics.FindNearestColor(Color.FromArgb(r, g, b));