17 return c.R | (c.G << 8) | (c.
B << 16);
222 string result =
string.Empty;
236 result =
"activeborder";
240 result =
"activecaption";
243 result =
"appworkspace";
246 result =
"background";
250 result =
"buttonface";
253 result =
"buttonshadow";
256 result =
"buttontext";
259 result =
"captiontext";
266 result =
"highlight";
270 result =
"highlighttext";
273 result =
"inactiveborder";
277 result =
"inactivecaption";
280 result =
"inactivecaptiontext";
283 result =
"infobackground";
296 result =
"scrollbar";
299 result =
"threeddarkshadow";
302 result =
"buttonhighlight";
308 result =
"windowframe";
311 result =
"windowtext";
static int ToInt32(object? value)
static Color ConvertFromString(string strValue, CultureInfo culture)
static void InitializeHtmlSysColorTable()
static string ToHtml(Color c)
static int ToWin32(Color c)
static Color FromWin32(int win32Color)
static Color FromOle(int oleColor)
static uint COLORREFToARGB(uint value)
static int ToOle(Color c)
static Dictionary< string, Color > s_htmlSysColorTable
static Color FromHtml(string htmlColor)
static Color ArgbToKnownColor(uint argb)
static CultureInfo CurrentCulture
static Color FromArgb(uint argb)
static Color FromKnownColor(KnownColor color)
static readonly Color Empty
KnownColor ToKnownColor()