Enum ColorModel
Contains the list of color models
public enum ColorModel : byte
Fields
hslClr = 3
represents a color using the Hue, Saturation, and Luminescence.
none = 0
No color models have been used
prstClr = 6
prstClr represents a preset color by its name.
schemeClr = 5
schemeClr represents a color from a theme.
scrgbClr = 1
expressing Red, Green, Blue color in Percentages.
srgbClr = 2
specifies the color two hex digits per color, in the order RGB.
styleClr = 7
element that specifies a color calculated from a CT_ColorStyle.
sysClr = 4
represents a system color, and introduces a level of indirection.