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.HueInterpolationGradientUtils.HueInterpolation.HSVHSV path always stays within the color wheel of raw values, never crossing the 360-degree boundarystatic final GradientUtils.HueInterpolationGradientUtils.HueInterpolation.HSVCCWHSVCCW takes a counter-clockwise path always, even if it means a longer interpolation from hue1 to hue2, e.g.static final GradientUtils.HueInterpolationGradientUtils.HueInterpolation.HSVCWHSVCW takes a clockwise path always, even if it means a longer interpolation from hue1 to hue2, e.g.static final GradientUtils.HueInterpolationGradientUtils.HueInterpolation.HSVMHSVM takes the minimum path from hue1 to hue2, wrapping around the 360-degree boundary if it makes for a shorter pathGradientUtils.BlendMode.hueInterpolationMethods in heronarts.lx.color with parameters of type GradientUtils.HueInterpolationModifier and TypeMethodDescriptionstatic GradientUtils.BlendFunctionGradientUtils.BlendFunction._HSV(GradientUtils.HueInterpolation hueLerp)