Uses of Interface
heronarts.lx.color.GradientUtils.HueInterpolation
Packages that use GradientUtils.HueInterpolation
-
Uses of GradientUtils.HueInterpolation in heronarts.lx.color
Fields in heronarts.lx.color declared as GradientUtils.HueInterpolationModifier and TypeFieldDescriptionstatic final GradientUtils.HueInterpolation
GradientUtils.HueInterpolation.HSV
HSV path always stays within the color wheel of raw values, never crossing the 360-degree boundarystatic final GradientUtils.HueInterpolation
GradientUtils.HueInterpolation.HSVCCW
HSVCCW takes a counter-clockwise path always, even if it means a longer interpolation from hue1 to hue2, e.g.static final GradientUtils.HueInterpolation
GradientUtils.HueInterpolation.HSVCW
HSVCW takes a clockwise path always, even if it means a longer interpolation from hue1 to hue2, e.g.static final GradientUtils.HueInterpolation
GradientUtils.HueInterpolation.HSVM
HSVM takes the minimum path from hue1 to hue2, wrapping around the 360-degree boundary if it makes for a shorter pathGradientUtils.BlendMode.hueInterpolation
Methods in heronarts.lx.color with parameters of type GradientUtils.HueInterpolationModifier and TypeMethodDescriptionstatic GradientUtils.BlendFunction
GradientUtils.BlendFunction._HSV
(GradientUtils.HueInterpolation hueLerp)