Uses of Class
heronarts.lx.color.LXSwatch
Packages that use LXSwatch
Package
Description
Classes for color manipulation, blending, color values.
-
Uses of LXSwatch in heronarts.lx.clipboard
Constructors in heronarts.lx.clipboard with parameters of type LXSwatch -
Uses of LXSwatch in heronarts.lx.color
Fields in heronarts.lx.color declared as LXSwatchFields in heronarts.lx.color with type parameters of type LXSwatchModifier and TypeFieldDescriptionLXPalette.swatches
A read-only list of all the saved color swatchesMethods in heronarts.lx.color that return LXSwatchModifier and TypeMethodDescriptionLXSwatch.addListener
(LXSwatch.Listener listener) Registers a listener to the swatchLXPalette.addSwatch
(JsonObject swatchObj, int index) Adds a swatch at the given indexLXDynamicColor.getSwatch()
LXSwatch.removeListener
(LXSwatch.Listener listener) Unregisters a listener to the swatchLXPalette.saveSwatch()
Saves the current swatch to the list of saved swatchesMethods in heronarts.lx.color that return types with arguments of type LXSwatchMethods in heronarts.lx.color with parameters of type LXSwatchModifier and TypeMethodDescriptionvoid
LXSwatch.Listener.colorAdded
(LXSwatch swatch, LXDynamicColor color) void
LXSwatch.Listener.colorRemoved
(LXSwatch swatch, LXDynamicColor color) LXPalette.moveSwatch
(LXSwatch swatch, int index) Moves a saved swatch to a different position in the listLXPalette.removeSwatch
(LXSwatch swatch) Removes a swatch from the color palette's saved swatch listboolean
Set the palette to a saved swatchvoid
LXPalette.Listener.swatchAdded
(LXPalette palette, LXSwatch swatch) void
LXPalette.Listener.swatchMoved
(LXPalette palette, LXSwatch swatch) void
LXPalette.Listener.swatchRemoved
(LXPalette palette, LXSwatch swatch) Constructors in heronarts.lx.color with parameters of type LXSwatchModifierConstructorDescriptionLXDynamicColor
(LXSwatch swatch) protected
LXDynamicColor
(LXSwatch swatch, int initialColor) -
Uses of LXSwatch in heronarts.lx.command
Constructors in heronarts.lx.command with parameters of type LXSwatchModifierConstructorDescriptionMoveSwatch
(LXSwatch swatch, int toIndex) RemoveSwatch
(LXSwatch swatch) -
Uses of LXSwatch in heronarts.lx.studio.ui.global
Constructors in heronarts.lx.studio.ui.global with parameters of type LXSwatch