init_color_scheme_from method

init_color_scheme_from

Init ColorScheme with new object for overriding ColorScheme of InheritedTheme.

def init_color_scheme_from(self, color_scheme):
    ...
ParameterTypeDescription
color_schemeIColorSchemeData to initialize from.

Exceptions

ExceptionDescription
RuntimeError(Proxy error(InvalidOperationException))Thrown if the ColorScheme is already initialized (not null).
RuntimeError(Proxy error(ArgumentNullException))Thrown if the colorScheme parameter is null.

See Also