Represents colors in a color scheme.
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
Public Enumeration SchemeColor
public enum class SchemeColor
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
Color scheme is not defined.
|
|
|
Background1
|
0
|
|
|
|
Text1
|
1
|
|
|
|
Background2
|
2
|
|
|
|
Text2
|
3
|
|
|
|
Accent1
|
4
|
|
|
|
Accent2
|
5
|
|
|
|
Accent3
|
6
|
|
|
|
Accent4
|
7
|
|
|
|
Accent5
|
8
|
|
|
|
Accent6
|
9
|
|
|
|
Hyperlink
|
10
|
|
|
|
FollowedHyperlink
|
11
|
|
|
|
StyleColor
|
12
|
|
|
|
Dark1
|
13
|
|
|
|
Light1
|
14
|
|
|
|
Dark2
|
15
|
|
|
|
Light2
|
16
|
|
See Also