Uses of Class
heronarts.lx.color.LXDynamicColor
Package
Description
Classes for color manipulation, blending, color values.
-
Uses of LXDynamicColor in heronarts.glx.ui.component
ModifierConstructorDescriptionUIDynamicColorPicker
(float x, float y, float w, float h, LXDynamicColor dynamicColor) UIDynamicColorPicker
(LXDynamicColor dynamicColor) -
Uses of LXDynamicColor in heronarts.lx.color
Modifier and TypeFieldDescriptionfinal LXDynamicColor
LXPalette.color
The primary active color valueModifier 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 swatchModifier 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
-
Uses of LXDynamicColor in heronarts.lx.effect.color
-
Uses of LXDynamicColor in heronarts.lx.pattern.color