[]
Changes color scheme of the specified theme.
public static Theme ChangeColorScheme(Theme theme, ThemeColorScheme colorScheme)
Public Shared Function ChangeColorScheme(theme As Theme, colorScheme As ThemeColorScheme) As Theme
| Type | Name | Description |
|---|---|---|
| Theme | theme | The theme. |
| ThemeColorScheme | colorScheme | The new color scheme to set. |
| Type | Description |
|---|---|
| Theme | A new Theme object that contains the new color scheme. |