8 references to FromArgb
BinaryFormatTests (1)
FormatTests\FormattedObject\BinaryFormatWriterTests.cs (1)
204
Color.
FromArgb
(4, Color.Yellow),
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxEditingControl.cs (1)
78
Color opaqueBackColor = Color.
FromArgb
(255, dataGridViewCellStyle.BackColor);
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxEditingControl.cs (1)
104
Color opaqueBackColor = Color.
FromArgb
(255, dataGridViewCellStyle.BackColor);
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (2)
658
return Color.
FromArgb
(255, Color.FromArgb(int.Parse(hexColor, NumberStyles.HexNumber, CultureInfo.InvariantCulture)));
668
return Color.
FromArgb
(255, Color.FromArgb(vColor.data.intVal));
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DesignerUtils.cs (2)
22
private static SolidBrush s_hoverBrush = new(Color.
FromArgb
(alpha: 50, SystemColors.Highlight));
167
s_hoverBrush = new SolidBrush(Color.
FromArgb
(50, SystemColors.Highlight));
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
473
using Brush brush = new SolidBrush(Color.
FromArgb
(50, Color.White));