Uses of Class
heronarts.lx.LXLayeredComponent
Package
Description
Core LX engine and component functionality.
Layer components that mutate existing buffers with standardized enable/disable.
Core classes for procedural animation.
-
Uses of LXLayeredComponent in heronarts.lx
Modifier and TypeClassDescriptionclass
A component which may have its own scoped user-level modulators.class
A layer is a components that has a run method and operates on some other buffer component.class
LXModelLayer<T extends LXModel>
Deprecated.No longer recommended, does not play nicely with dynamic models and view selectionModifier and TypeMethodDescriptionprotected final LXLayeredComponent
LXLayeredComponent.addColor
(int i, int c) Adds to the color of point i, using blendColor with ADDprotected final LXLayeredComponent
Adds the color to the fixtureprotected final LXLayeredComponent
LXLayeredComponent.blendColor
(int i, int c, LXColor.Blend blendMode) Blend the color at index i with its existing valueprotected final LXLayeredComponent
LXLayeredComponent.blendColor
(LXModel model, int c, LXColor.Blend blendMode) protected final LXLayeredComponent
LXLayeredComponent.clearColors()
Clears all colorsprotected LXLayeredComponent
LXLayeredComponent.setBuffer
(LXDeviceComponent component) protected final LXLayeredComponent
LXLayeredComponent.setColor
(int i, int c) Sets the color of point iprotected final LXLayeredComponent
Sets the color of all points in a fixtureprotected final LXLayeredComponent
Sets the color of a point.protected final LXLayeredComponent
LXLayeredComponent.setColors
(int c) Sets all points to one colorprotected final LXLayeredComponent
LXLayeredComponent.subtractColor
(int i, int c) Subtracts from the color of point i, using blendColor with SUBTRACT -
Uses of LXLayeredComponent in heronarts.lx.dmx
-
Uses of LXLayeredComponent in heronarts.lx.effect
Modifier and TypeClassDescriptionclass
class
class
class
class
Class to represent an effect that may be applied to the color array.static class
Placeholder pattern for when a class is missingclass
LXModelEffect<T extends LXModel>
Deprecated.No longer recommended, does not play nicely with dynamic models and view selectionclass
class
-
Uses of LXLayeredComponent in heronarts.lx.effect.audio
-
Uses of LXLayeredComponent in heronarts.lx.effect.color
-
Uses of LXLayeredComponent in heronarts.lx.effect.image
-
Uses of LXLayeredComponent in heronarts.lx.effect.midi
-
Uses of LXLayeredComponent in heronarts.lx.pattern
Modifier and TypeClassDescriptionclass
class
Deprecated.class
LXModelPattern<T extends LXModel>
Deprecated.No longer recommended, does not play nicely with dynamic models and view selectionclass
A pattern is the core object that the animation engine uses to generate colors for all the points.static class
Placeholder pattern for when a class is missing -
Uses of LXLayeredComponent in heronarts.lx.pattern.audio
-
Uses of LXLayeredComponent in heronarts.lx.pattern.color
Modifier and TypeClassDescriptionclass
class
class
-
Uses of LXLayeredComponent in heronarts.lx.pattern.form
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of LXLayeredComponent in heronarts.lx.pattern.image
-
Uses of LXLayeredComponent in heronarts.lx.pattern.strip
-
Uses of LXLayeredComponent in heronarts.lx.pattern.test
Modifier and TypeClassDescriptionclass
Braindead simple test pattern that iterates through all the nodes turning them on one by one in fixed order. -
Uses of LXLayeredComponent in heronarts.lx.pattern.texture
-
Uses of LXLayeredComponent in heronarts.lx.script
-
Uses of LXLayeredComponent in heronarts.lx.snapshot
Modifier and TypeMethodDescriptionprotected void
LXSnapshot.addLayeredView
(LXSnapshot.ViewScope scope, LXLayeredComponent component)