ColorType
Overview
ColorType is a enum in Aspose.Slides FOSS for Java.
Represents different color modes.
This enum provides 1 method for working with ColorType objects in Java programs.
Available methods include: getValue.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: value.
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. |