Uses of Class
heronarts.lx.color.LXPalette
Packages that use LXPalette
Package
Description
Core LX engine and component functionality.
Classes for color manipulation, blending, color values.
-
Uses of LXPalette in heronarts.lx
Fields in heronarts.lx declared as LXPalette -
Uses of LXPalette in heronarts.lx.color
Methods in heronarts.lx.color that return LXPaletteModifier 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 listMethods in heronarts.lx.color with parameters of type LXPaletteModifier 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
Constructors in heronarts.lx.command with parameters of type LXPalette -
Uses of LXPalette in heronarts.lx.studio.ui.global
Methods in heronarts.lx.studio.ui.global with parameters of type LXPaletteModifier and TypeMethodDescriptionstatic UI2dContainer
UIPalette.buildSwatchControls
(UI ui, LXPalette palette, float width) static UI2dContainer
UIPalette.buildSwatchControls
(UI ui, LXPalette palette, float width, UIDropMenu.Direction direction) Constructors in heronarts.lx.studio.ui.global with parameters of type LXPalette