Uses of Class
heronarts.lx.LXLayeredComponent
Packages that use 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
Subclasses of LXLayeredComponent in heronarts.lxModifier 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 selectionMethods in heronarts.lx that return LXLayeredComponentModifier 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
Subclasses of LXLayeredComponent in heronarts.lx.dmx -
Uses of LXLayeredComponent in heronarts.lx.effect
Subclasses of LXLayeredComponent in heronarts.lx.effectModifier 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
Subclasses of LXLayeredComponent in heronarts.lx.effect.audio -
Uses of LXLayeredComponent in heronarts.lx.effect.color
Subclasses of LXLayeredComponent in heronarts.lx.effect.color -
Uses of LXLayeredComponent in heronarts.lx.effect.image
Subclasses of LXLayeredComponent in heronarts.lx.effect.image -
Uses of LXLayeredComponent in heronarts.lx.effect.midi
Subclasses of LXLayeredComponent in heronarts.lx.effect.midi -
Uses of LXLayeredComponent in heronarts.lx.pattern
Subclasses of LXLayeredComponent in heronarts.lx.patternModifier 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
Subclasses of LXLayeredComponent in heronarts.lx.pattern.audio -
Uses of LXLayeredComponent in heronarts.lx.pattern.color
Subclasses of LXLayeredComponent in heronarts.lx.pattern.colorModifier and TypeClassDescriptionclass
class
class
-
Uses of LXLayeredComponent in heronarts.lx.pattern.form
Subclasses of LXLayeredComponent in heronarts.lx.pattern.formModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of LXLayeredComponent in heronarts.lx.pattern.image
Subclasses of LXLayeredComponent in heronarts.lx.pattern.image -
Uses of LXLayeredComponent in heronarts.lx.pattern.strip
Subclasses of LXLayeredComponent in heronarts.lx.pattern.strip -
Uses of LXLayeredComponent in heronarts.lx.pattern.test
Subclasses of LXLayeredComponent in heronarts.lx.pattern.testModifier 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
Subclasses of LXLayeredComponent in heronarts.lx.pattern.texture -
Uses of LXLayeredComponent in heronarts.lx.script
Subclasses of LXLayeredComponent in heronarts.lx.script -
Uses of LXLayeredComponent in heronarts.lx.snapshot
Methods in heronarts.lx.snapshot with parameters of type LXLayeredComponentModifier and TypeMethodDescriptionprotected void
LXSnapshot.addLayeredView
(LXSnapshot.ViewScope scope, LXLayeredComponent component)