init_color_scheme_from_inherited method

init_color_scheme_from_inherited

Init ColorScheme with new object for overriding ColorScheme of InheritedTheme. And initialize data of this new object with data of the ColorScheme of InheritedTheme.

def init_color_scheme_from_inherited(self):
    ...

Exceptions

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

See Also