color_type property

color_type property

Gets or sets the type of the color.

Definition:

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

See Also