Uses of Class
heronarts.lx.color.ColorParameter
Packages that use ColorParameter
Package
Description
Classes for color manipulation, blending, color values.
-
Uses of ColorParameter in heronarts.glx.ui.component
Fields in heronarts.glx.ui.component declared as ColorParameterConstructors in heronarts.glx.ui.component with parameters of type ColorParameterModifierConstructorDescriptionBrightness(ColorParameter color, float x, float y, float w, float h) Hue(ColorParameter color, float x, float y, float w, float h) Saturation(ColorParameter color, float x, float y, float w, float h) UIColorControl(float x, float y, ColorParameter color) UIColorControl(float x, float y, ColorParameter color, LXNormalizedParameter subparameter) UIColorPicker(float x, float y, float w, float h, ColorParameter color) protectedUIColorPicker(float x, float y, float w, float h, ColorParameter color, boolean isDynamic) UIColorPicker(float x, float y, float w, float h, ColorParameter color, LXNormalizedParameter subparameter) protectedUIColorPicker(float x, float y, float w, float h, ColorParameter color, LXNormalizedParameter subparameter, boolean isDynamic) UIColorPicker(float w, float h, ColorParameter color) UIColorPicker(ColorParameter color) protectedUIColorSlider(ColorParameter color, LXNormalizedParameter parameter, float x, float y, float w, float h) -
Uses of ColorParameter in heronarts.lx.color
Subclasses of ColorParameter in heronarts.lx.colorFields in heronarts.lx.color declared as ColorParameterModifier and TypeFieldDescriptionfinal ColorParameterLXDynamicColor.colorfinal ColorParameterLXDynamicColor.primaryfinal ColorParameterLXDynamicColor.secondaryMethods in heronarts.lx.color that return ColorParameterModifier and TypeMethodDescriptionColorParameter.setColor(int color) ColorParameter.setDescription(String description) Methods in heronarts.lx.color with parameters of type ColorParameterModifier and TypeMethodDescriptionintGradientUtils.BlendFunction.blend(ColorParameter c1, ColorParameter c2, float lerp) Blend between colors specified by color parameters.voidGradientUtils.ColorStop.set(ColorParameter color) voidGradientUtils.ColorStop.set(ColorParameter color, float hueOffset) voidGradientUtils.ColorStop.set(ColorParameter color, float hueOffset, float saturationOffset, float brightnessOffset) -
Uses of ColorParameter in heronarts.lx.command
Constructors in heronarts.lx.command with parameters of type ColorParameterModifierConstructorDescriptionSetColor(ColorParameter colorParameter) SetColor(ColorParameter colorParameter, double hue, double saturation) -
Uses of ColorParameter in heronarts.lx.dmx
Fields in heronarts.lx.dmx declared as ColorParameter -
Uses of ColorParameter in heronarts.lx.effect.color
Fields in heronarts.lx.effect.color declared as ColorParameterModifier and TypeFieldDescriptionfinal ColorParameterColorizeEffect.color1final ColorParameterColorizeEffect.color2 -
Uses of ColorParameter in heronarts.lx.pattern.color
Fields in heronarts.lx.pattern.color declared as ColorParameterModifier and TypeFieldDescriptionfinal ColorParameterGradientPattern.Engine.fixedColorfinal ColorParameterGradientPattern.Engine.secondaryColor -
Uses of ColorParameter in heronarts.lx.studio.ui.device
Methods in heronarts.lx.studio.ui.device with parameters of type ColorParameterModifier and TypeMethodDescriptiondefault UIColorControlUIControls.newColorControl(ColorParameter p) default UIColorControlUIControls.newColorControl(ColorParameter p, float x)