ColorType
Overview
ColorType is a enum in Aspose.Slides FOSS for Python.
Represents different color modes.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or unspecified color type |
RGB | Represents a color defined by red, green, and blue components |
RGB_PERCENTAGE | |
HSL | Represents a color defined by hue, saturation, and lightness values |
SCHEME | Represents a color that follows a theme scheme |
SYSTEM | Represents a system-defined color |
PRESET | Represents a predefined preset color |