direction property

direction property

Specifies which direction to cycle the hue around the color wheel. Read/write ColorDirection.

Definition:

@property
def direction(self):
    ...

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

See Also