[]
Represents the color scheme of a Microsoft Office theme. The color scheme is responsible for defining a list of twelve colors. The twelve colors consist of six accent colors, two dark colors, two light colors and a color for each of a hyperlink and followed hyperlink.
public class ColorScheme
Gets a ThemeColor from the scheme by its ThemeColorSchemeId.
public ThemeColor this[ThemeColorSchemeId id] { get; }
id
ThemeColorSchemeIdThe color Id in the color scheme of a theme.
A ThemeColor in the color scheme.
Gets the scheme name.
public string Name { get; }