ColorType

Overview

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

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_PERCENTAGERepresents a color defined by RGB values expressed as percentages
HSLRepresents a color defined by hue, saturation, and lightness components
SCHEMERepresents a color defined by a theme scheme reference
SYSTEMRepresents a system-defined color
PRESETRepresents a predefined preset color

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

SignatureDescription
getValue()StringReturns the string value of this constant.

See Also