ColorSchemeIndex Enumeration
|
Represents an index in a colorscheme.
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum ColorSchemeIndex
Public Enumeration ColorSchemeIndex
public enum class ColorSchemeIndex
Members
|
|
Member name
|
Value
|
Description
|
|
|
Dark1
|
0
|
Dark 1.
|
|
|
Light1
|
1
|
Light 1.
|
|
|
Dark2
|
2
|
Dark 2.
|
|
|
Light2
|
3
|
Light 2.
|
|
|
Accent1
|
4
|
Accent 1.
|
|
|
Accent2
|
5
|
Accent 2.
|
|
|
Accent3
|
6
|
Accent 3.
|
|
|
Accent4
|
7
|
Accent 4.
|
|
|
Accent5
|
8
|
Accent 5.
|
|
|
Accent6
|
9
|
Accent 6.
|
|
|
Hyperlink
|
10
|
Hyperlink.
|
|
|
FollowedHyperlink
|
11
|
Followed Hyperlink.
|
See Also