Uses of Class
heronarts.lx.color.LXDynamicColor
Packages that use LXDynamicColor
Package
Description
Classes for color manipulation, blending, color values.
-
Uses of LXDynamicColor in heronarts.glx.ui.component
Constructors in heronarts.glx.ui.component with parameters of type LXDynamicColorModifierConstructorDescriptionUIDynamicColorPicker
(float x, float y, float w, float h, LXDynamicColor dynamicColor) UIDynamicColorPicker
(LXDynamicColor dynamicColor) -
Uses of LXDynamicColor in heronarts.lx.color
Fields in heronarts.lx.color declared as LXDynamicColorModifier and TypeFieldDescriptionfinal LXDynamicColor
LXPalette.color
The primary active color valueFields in heronarts.lx.color with type parameters of type LXDynamicColorMethods in heronarts.lx.color that return LXDynamicColorModifier and TypeMethodDescriptionLXSwatch.addColor()
Adds a new dynamic color to the swatchLXSwatch.addColor
(int index, JsonObject colorObj) LXSwatch.getColor
(int index) Retrieves the color at a given index in the swatch.LinkedColorParameter.getPaletteColor()
LXPalette.getSwatchColor
(int index) Gets the color in the active swatch at the given index.LXSwatch.removeColor()
Removes the last color from the swatchLXSwatch.removeColor
(int index) Removes the color at a specific index from the swatchLXSwatch.removeColor
(LXDynamicColor color) Removes a specific color from the swatchMethods in heronarts.lx.color with parameters of type LXDynamicColorModifier and TypeMethodDescriptionvoid
LXSwatch.Listener.colorAdded
(LXSwatch swatch, LXDynamicColor color) void
LXSwatch.Listener.colorRemoved
(LXSwatch swatch, LXDynamicColor color) LXSwatch.removeColor
(LXDynamicColor color) Removes a specific color from the swatchvoid
GradientUtils.ColorStop.set
(LXDynamicColor color) void
GradientUtils.ColorStop.set
(LXDynamicColor color, float hueOffset) void
GradientUtils.ColorStop.set
(LXDynamicColor color, float hueOffset, float saturationOffset, float brightnessOffset) -
Uses of LXDynamicColor in heronarts.lx.command
Constructors in heronarts.lx.command with parameters of type LXDynamicColor -
Uses of LXDynamicColor in heronarts.lx.effect.color
Methods in heronarts.lx.effect.color that return LXDynamicColor -
Uses of LXDynamicColor in heronarts.lx.pattern.color
Methods in heronarts.lx.pattern.color that return LXDynamicColor