custom_color_converter property

custom_color_converter property

Gets or sets the custom color converter

Definition:

@property
def custom_color_converter(self):
    ...
@custom_color_converter.setter
def custom_color_converter(self, value):
    ...

See Also