set_theme_color method

set_theme_color

Sets the theme color

def set_theme_color(self, type, color):
    ...
ParameterTypeDescription
typeThemeColorTypeThe theme color type.
coloraspose.pydrawing.Colorthe theme color

See Also