[]
Gets a ThemeColor from the ColorScheme by its ThemeColorId.
public ThemeColor GetThemeColor(ThemeColorId id)
Public Function GetThemeColor(id As ThemeColorId) As ThemeColor
Type | Name | Description |
---|---|---|
ThemeColorId | id | The theme color Id. |
Type | Description |
---|---|
ThemeColor | A ThemeColor from the color scheme. |