[]
Represents the theme color information.
public interface IThemeColor
Gets or sets the rgb color.
Color RGB { get; set; }
Gets the theme color scheme index.
ThemeColor ThemeColorSchemeIndex { get; }