Represents different color modes.
[Visual Basic]
Public Enum ColorTypeEx
[C#]public enum ColorTypeEx
Members
| Member Name | Description | Value |
| NotDefined | Color is not defined at all. | -1 |
| RGB | Standard 24bit RGB color. | 0 |
| RGBPercentage | High definition RGB color. | 1 |
| HSL | High definition HSL color. | 2 |
| Scheme | Scheme color. | 3 |
| System | System color. | 4 |
| Preset | Preset Color. | 5 |
Requirements
Namespace: Aspose.Slides.Pptx
Assembly: Aspose.Slides (in Aspose.Slides.dll)
See Also
Aspose.Slides.Pptx Namespace