color_space property

color_space property

Gets or sets the color space.

Definition:

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

See Also