ColorType

Overview

ColorType is a enum in Aspose.Slides FOSS for .NET.

Represents ColorType enumeration.

This enumeration defines 7 values: NotDefined, RGB, RGBPercentage, HSL, Scheme, System, Preset.

Values

ValueDescription
NotDefinedRepresents an undefined or unspecified color type
RGBRepresents a color defined by red, green, and blue components
RGBPercentage
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 from a palette

See Also