SchemeColor

Overview

SchemeColor is a enum in Aspose.Slides FOSS for Python.

Represents colors in a color scheme.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or unspecified scheme color
BACKGROUND1Represents the first background color in a theme scheme
TEXT1Represents the primary text color in a theme scheme
BACKGROUND2Represents the second background color in a theme scheme
TEXT2Represents the secondary text color in a theme scheme
ACCENT1Represents the first accent color in a theme scheme
ACCENT2Represents the second accent color in a theme scheme
ACCENT3Represents the third accent color in a theme scheme
ACCENT4Represents the fourth accent color in a theme scheme
ACCENT5Represents the fifth accent color in a theme scheme
ACCENT6Represents the sixth accent color in a theme scheme
HYPERLINKRepresents the color used for hyperlinks
FOLLOWED_HYPERLINKRepresents the color for visited hyperlinks
STYLE_COLORRepresents a style-specific color defined by the theme
DARK1Represents the first dark color in a theme scheme
LIGHT1Represents the first light color in a theme scheme
DARK2Represents the second dark color in a theme scheme
LIGHT2Represents the second light color in a theme scheme

See Also