SchemeColor

Overview

SchemeColor is a enum in Aspose.Slides FOSS for C++.

Represents colors in a color scheme.

This enumeration defines 18 values: NOT_DEFINED, BACKGROUND1, TEXT1, BACKGROUND2, TEXT2, ACCENT1, ACCENT2, ACCENT3, ACCENT4, ACCENT5, ACCENT6, HYPERLINK, and 6 more.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or uninitialized scheme color
BACKGROUND1Represents the first background color in a slide theme
TEXT1Represents the primary text color defined by the slide theme
BACKGROUND2Represents the second background color in a slide theme
TEXT2Represents the secondary text color defined by the slide theme
ACCENT1Represents the first accent color in a slide theme
ACCENT2Represents the second accent color in a slide theme
ACCENT3Represents the third accent color in a slide theme
ACCENT4Represents the fourth accent color in a slide theme
ACCENT5Represents the fifth accent color in a slide theme
ACCENT6Represents the sixth accent color in a slide theme
HYPERLINKRepresents the color used for hyperlinks in a slide theme
FOLLOWED_HYPERLINK
STYLE_COLORRepresents a generic style color defined by the slide theme
DARK1Represents the first dark color in a slide theme’s palette
LIGHT1
DARK2
LIGHT2Represents the second light color in a slide theme’s palette

See Also