Hue direction for calculating fill gradients.
Since "hue" is a value around a color wheel, there are always two directions to sweep from one hue to another.
Enumerator |
---|
FORWARD_HUES | Hue always goes clockwise around the color wheel.
|
BACKWARD_HUES | Hue always goes counter-clockwise around the color wheel.
|
SHORTEST_HUES | Hue goes whichever way is shortest.
|
LONGEST_HUES | Hue goes whichever way is longest.
|
Definition at line 160 of file colorutils.h.
160 {
TGradientDirectionCode
Hue direction for calculating fill gradients.
@ LONGEST_HUES
Hue goes whichever way is longest.
@ FORWARD_HUES
Hue always goes clockwise around the color wheel.
@ SHORTEST_HUES
Hue goes whichever way is shortest.
@ BACKWARD_HUES
Hue always goes counter-clockwise around the color wheel.