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 TypeClassDescriptionclassA component which may have its own scoped user-level modulators.classA layer is a components that has a run method and operates on some other buffer component.classLXModelLayer<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 LXLayeredComponentLXLayeredComponent.addColor(int i, int c) Adds to the color of point i, using blendColor with ADDprotected final LXLayeredComponentAdds the color to the fixtureprotected final LXLayeredComponentLXLayeredComponent.blendColor(int i, int c, LXColor.Blend blendMode) Blend the color at index i with its existing valueprotected final LXLayeredComponentLXLayeredComponent.blendColor(LXModel model, int c, LXColor.Blend blendMode) protected final LXLayeredComponentLXLayeredComponent.clearColors()Clears all colorsprotected final LXLayeredComponentLXLayeredComponent.lightestColor(int i, int c) protected LXLayeredComponentLXLayeredComponent.setBuffer(LXDeviceComponent component) protected final LXLayeredComponentLXLayeredComponent.setColor(int i, int c) Sets the color of point iprotected final LXLayeredComponentSets the color of all points in a fixtureprotected final LXLayeredComponentSets the color of a point.protected final LXLayeredComponentLXLayeredComponent.setColors(int c) Sets all points to one colorprotected final LXLayeredComponentLXLayeredComponent.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 TypeClassDescriptionclassclassclassclassclassclassclassClass to represent an effect that may be applied to the color array.static classPlaceholder pattern for when a class is missingclassLXModelEffect<T extends LXModel>Deprecated.No longer recommended, does not play nicely with dynamic models and view selectionclassclass -
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.colorModifier and TypeClassDescriptionclassclassclassclass -
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 TypeClassDescriptionclassclassDeprecated.classLXModelPattern<T extends LXModel>Deprecated.No longer recommended, does not play nicely with dynamic models and view selectionclassA pattern is the core object that the animation engine uses to generate colors for all the points.static classPlaceholder pattern for when a class is missingclass -
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 TypeClassDescriptionclassclassclass -
Uses of LXLayeredComponent in heronarts.lx.pattern.form
Subclasses of LXLayeredComponent in heronarts.lx.pattern.formModifier and TypeClassDescriptionclassclassclassclassclass -
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 TypeClassDescriptionclassBraindead 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 voidLXSnapshot.addLayeredView(LXSnapshot.ViewScope scope, LXLayeredComponent component)