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) protected
UIColorPicker
(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) protected
UIColorPicker
(float x, float y, float w, float h, ColorParameter color, LXNormalizedParameter subparameter, boolean isDynamic) UIColorPicker
(float w, float h, ColorParameter color) UIColorPicker
(ColorParameter color) protected
UIColorSlider
(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 ColorParameter
LXDynamicColor.color
final ColorParameter
LXDynamicColor.primary
final ColorParameter
LXDynamicColor.secondary
Methods 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 TypeMethodDescriptionint
GradientUtils.BlendFunction.blend
(ColorParameter c1, ColorParameter c2, float lerp) Blend between colors specified by color parameters.void
GradientUtils.ColorStop.set
(ColorParameter color) void
GradientUtils.ColorStop.set
(ColorParameter color, float hueOffset) void
GradientUtils.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 ColorParameter
ColorizeEffect.color1
final ColorParameter
ColorizeEffect.color2
-
Uses of ColorParameter in heronarts.lx.pattern.color
Fields in heronarts.lx.pattern.color declared as ColorParameterModifier and TypeFieldDescriptionfinal ColorParameter
GradientPattern.fixedColor
final ColorParameter
GradientPattern.secondaryColor
-
Uses of ColorParameter in heronarts.lx.studio.ui.device
Methods in heronarts.lx.studio.ui.device with parameters of type ColorParameterModifier and TypeMethodDescriptiondefault UIColorControl
UIControls.newColorControl
(ColorParameter p) default UIColorControl
UIControls.newColorControl
(ColorParameter p, float x)