color_type property

color_type property

Gets or sets the color type for SVG image.

Definition:

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

See Also