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.swatchesA 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 TypeMethodDescriptionvoidLXSwatch.Listener.colorAdded(LXSwatch swatch, LXDynamicColor color) voidLXSwatch.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 listbooleanSet the palette to a saved swatchvoidLXPalette.Listener.swatchAdded(LXPalette palette, LXSwatch swatch) voidLXPalette.Listener.swatchMoved(LXPalette palette, LXSwatch swatch) voidLXPalette.Listener.swatchRemoved(LXPalette palette, LXSwatch swatch) Constructors in heronarts.lx.color with parameters of type LXSwatchModifierConstructorDescriptionLXDynamicColor(LXSwatch swatch) protectedLXDynamicColor(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