ColorType

Overview

ColorType is a enum in Aspose.Slides FOSS for C++.

Represents different color modes.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or unspecified color type
RGBRepresents a color defined by red, green, and blue components
RGB_PERCENTAGE
HSLRepresents a color defined by hue, saturation, and lightness values
SCHEMERepresents a color that follows a theme color scheme
SYSTEMRepresents a system-defined color, such as window or text colors
PRESETRepresents a predefined preset color

See Also