Uses of Class
heronarts.lx.color.ColorParameter
Package
Description
Classes for color manipulation, blending, color values.
-
Uses of ColorParameter in heronarts.glx.ui.component
ModifierConstructorDescriptionBrightness
(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
Modifier and TypeFieldDescriptionfinal ColorParameter
LXDynamicColor.color
final ColorParameter
LXDynamicColor.primary
final ColorParameter
LXDynamicColor.secondary
Modifier and TypeMethodDescriptionColorParameter.setColor
(int color) ColorParameter.setDescription
(String description) Modifier 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
ModifierConstructorDescriptionSetColor
(ColorParameter colorParameter) SetColor
(ColorParameter colorParameter, double hue, double saturation) -
Uses of ColorParameter in heronarts.lx.dmx
-
Uses of ColorParameter in heronarts.lx.effect.color
Modifier and TypeFieldDescriptionfinal ColorParameter
ColorizeEffect.color1
final ColorParameter
ColorizeEffect.color2
-
Uses of ColorParameter in heronarts.lx.pattern.color
Modifier and TypeFieldDescriptionfinal ColorParameter
GradientPattern.fixedColor
final ColorParameter
GradientPattern.secondaryColor
-
Uses of ColorParameter in heronarts.lx.studio.ui.device
Modifier and TypeMethodDescriptiondefault UIColorControl
UIControls.newColorControl
(ColorParameter p) default UIColorControl
UIControls.newColorControl
(ColorParameter p, float x)