Uses of Class
heronarts.lx.color.LXPalette
Package
Description
Core LX engine and component functionality.
Classes for color manipulation, blending, color values.
-
Uses of LXPalette in heronarts.lx
-
Uses of LXPalette in heronarts.lx.color
Modifier and TypeMethodDescriptionLXPalette.addListener
(LXPalette.Listener listener) Registers a listener to the paletteLXPalette.moveSwatch
(LXSwatch swatch, int index) Moves a saved swatch to a different position in the listLXPalette.removeListener
(LXPalette.Listener listener) Unregisters a listener to the paletteLXPalette.removeSwatch
(LXSwatch swatch) Removes a swatch from the color palette's saved swatch listModifier and TypeMethodDescriptionvoid
GradientUtils.ColorStops.setPaletteGradient
(LXPalette palette, int start, int num) void
LXPalette.Listener.swatchAdded
(LXPalette palette, LXSwatch swatch) void
LXPalette.Listener.swatchMoved
(LXPalette palette, LXSwatch swatch) void
LXPalette.Listener.swatchRemoved
(LXPalette palette, LXSwatch swatch) -
Uses of LXPalette in heronarts.lx.command
-
Uses of LXPalette in heronarts.lx.studio.ui.global
Modifier and TypeMethodDescriptionstatic UI2dContainer
UIPalette.buildSwatchControls
(UI ui, LXPalette palette, float width) static UI2dContainer
UIPalette.buildSwatchControls
(UI ui, LXPalette palette, float width, UIDropMenu.Direction direction)