ColorSpace
Overview
ColorSpace is a enum in Aspose.Slides FOSS for Python.
Represents color space for color effect behavior.
This enumeration defines 3 values: NOT_DEFINED, RGB, HSL.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or unspecified color space |
RGB | Represents the Red‑Green‑Blue color space |
HSL | Represents the Hue‑Saturation‑Lightness color space |