color_data property

color_data property

Gets or sets the surface color.

Definition:

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

See Also