Classes for color manipulation, blending, color values.
-
GradientUtils.HueInterpolation.HSV
HSV path always stays within the color wheel of raw values, never crossing
the 360-degree boundary
GradientUtils.HueInterpolation.HSVCCW
HSVCCW takes a counter-clockwise path always, even if it means a longer interpolation
from hue1 to hue2, e.g.
GradientUtils.HueInterpolation.HSVCW
HSVCW takes a clockwise path always, even if it means a longer interpolation
from hue1 to hue2, e.g.
GradientUtils.HueInterpolation.HSVM
HSVM takes the minimum path from hue1 to hue2, wrapping around the
360-degree boundary if it makes for a shorter path