color property

color property

Gets the color of the glow effect.

Definition:

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

See Also