color_value property
color_value property
Gets or sets the true color value (RGB) of the entity.
Definition:
@property
def color_value(self):
...
@color_value.setter
def color_value(self, value):
...
Gets or sets the true color value (RGB) of the entity.
@property
def color_value(self):
...
@color_value.setter
def color_value(self, value):
...