Click or drag to resize

ColorType Enumeration

Namespace: Spire.Presentation.Drawing
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum ColorType
Members
Member name Value Description
None -1 Color is not defined at all.
RGB 0 Standard 24bit RGB color.
HSL 1 High definition HSL color.
Scheme 3 Scheme color.
System 4 System color.
KnownColor 5 Preset Color.
See Also