color_space property

color_space property

Represent color space of behavior. Read/write ColorSpace.

Definition:

@property
def color_space(self):
    ...

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

See Also