ApiThemeColorScheme
class ApiThemeColorScheme
Description
Class representing a theme color scheme.
Instance Methods
- GetClassType
(): themeColorScheme
Returns the type of the ApiThemeColorScheme class.
- SetSchemeName
(sName): boolean
Sets a name to the current theme color scheme.
- ChangeColor
(nPos, oColor): boolean
Changes a color in the theme color scheme.
- Copy
(): ApiThemeColorScheme
Creates a copy of the current theme color scheme.
- ToJSON
(): JSON
Converts the ApiThemeColorScheme object into the JSON object.