ColorDirection

Overview

ColorDirection is a enum in Aspose.Slides FOSS for Python.

Represents color direction for color effect behavior.

This enumeration defines 3 values: NOT_DEFINED, CLOCKWISE, COUNTER_CLOCKWISE.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default color direction
CLOCKWISERepresents a clockwise color direction
COUNTER_CLOCKWISE

See Also