Overview
ColorType is a enum in Aspose.Slides FOSS for Java.
Represents different color modes.
Values
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined or unspecified color type |
RGB | Represents a color defined by red, green, and blue components |
RGB_PERCENTAGE | Represents a color defined by RGB values expressed as percentages |
HSL | Represents a color defined by hue, saturation, and lightness components |
SCHEME | Represents a color defined by a theme scheme reference |
SYSTEM | Represents a system-defined color |
PRESET | Represents a predefined preset color |
Properties
| Name | Type | Access | Description |
|---|
value | String | Read | Returns the string value of this constant. |
Methods
| Signature | Description |
|---|
getValue() → String | Returns the string value of this constant. |
See Also