Contains the list of color models
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
Public Enumeration ColorModel
public enum class ColorModel
Members
|
Member name
|
Value
|
Description
|
|
none
|
0
|
No color models have been used
|
|
scrgbClr
|
1
|
expressing Red, Green, Blue color in Percentages.
|
|
srgbClr
|
2
|
specifies the color two hex digits per color, in the order RGB.
|
|
hslClr
|
3
|
represents a color using the Hue, Saturation, and Luminescence.
|
|
sysClr
|
4
|
represents a system color, and introduces a level of indirection.
|
|
schemeClr
|
5
|
schemeClr represents a color from a theme.
|
|
prstClr
|
6
|
prstClr represents a preset color by its name.
|
|
styleClr
|
7
|
element that specifies a color calculated from a CT_ColorStyle.
|
See Also