Class KnownColorTable
Allows to convert colors to ARGB.
public static class KnownColorTable
- Inheritance
-
KnownColorTable
Fields
- ColorValueTable
All known color values (in order of definition in the KnownColor).
- KnownColorKindSystem
KnownColor is system color.
- KnownColorKindUnknown
KnownColor is unknown color.
- KnownColorKindWeb
KnownColor is web color.
Properties
- ColorKindTable
All known color kinds (in order of definition in the KnownColor enum).
Methods
- ArgbToKnownColor(uint)
Converts ARGB color value to Color.
- KnownColorToArgb(KnownColor)
Gets ARGB from KnownColor.