Uses of Class
heronarts.lx.color.LXSwatch
Package
Description
Classes for color manipulation, blending, color values.
-
Uses of LXSwatch in heronarts.lx.clipboard
-
Uses of LXSwatch in heronarts.lx.color
Modifier and TypeFieldDescriptionLXPalette.swatches
A read-only list of all the saved color swatchesModifier 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 swatchesModifier 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) ModifierConstructorDescriptionLXDynamicColor
(LXSwatch swatch) protected
LXDynamicColor
(LXSwatch swatch, int initialColor) -
Uses of LXSwatch in heronarts.lx.command
ModifierConstructorDescriptionMoveSwatch
(LXSwatch swatch, int toIndex) RemoveSwatch
(LXSwatch swatch) -
Uses of LXSwatch in heronarts.lx.studio.ui.global