init_color_scheme method

init_color_scheme

Init ColorScheme with new object for overriding ColorScheme of InheritedTheme.

def init_color_scheme(self):
    ...

Exceptions

ExceptionDescription
RuntimeError(Proxy error(InvalidOperationException))Thrown if the ColorScheme is already initialized (not None).

See Also