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

ValueDescription
NOT_DEFINEDRepresents an undefined or unspecified color space
RGBRepresents the Red‑Green‑Blue color space
HSLRepresents the Hue‑Saturation‑Lightness color space

See Also