SchemeColor
Overview
SchemeColor is a enum in Aspose.Slides FOSS for Python.
Represents colors in a color scheme.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or unspecified scheme color |
BACKGROUND1 | Represents the first background color in a theme scheme |
TEXT1 | Represents the primary text color in a theme scheme |
BACKGROUND2 | Represents the second background color in a theme scheme |
TEXT2 | Represents the secondary text color in a theme scheme |
ACCENT1 | Represents the first accent color in a theme scheme |
ACCENT2 | Represents the second accent color in a theme scheme |
ACCENT3 | Represents the third accent color in a theme scheme |
ACCENT4 | Represents the fourth accent color in a theme scheme |
ACCENT5 | Represents the fifth accent color in a theme scheme |
ACCENT6 | Represents the sixth accent color in a theme scheme |
HYPERLINK | Represents the color used for hyperlinks |
FOLLOWED_HYPERLINK | Represents the color for visited hyperlinks |
STYLE_COLOR | Represents a style-specific color defined by the theme |
DARK1 | Represents the first dark color in a theme scheme |
LIGHT1 | Represents the first light color in a theme scheme |
DARK2 | Represents the second dark color in a theme scheme |
LIGHT2 | Represents the second light color in a theme scheme |