color_space property

color_space property

Gets the ColorSpace.

Definition:

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

See Also