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