Uses of Class
heronarts.lx.blend.LXBlend
Packages that use LXBlend
Package
Description
Core LX engine and component functionality.
Core classes for procedural animation.
-
Uses of LXBlend in heronarts.lx
Fields in heronarts.lx with type parameters of type LXBlendModifier and TypeFieldDescriptionLXRegistry.channelBlends
The list of globally registered channel blend classesLXRegistry.crossfaderBlends
The list of globally registered crossfader blend classesLXRegistry.transitionBlends
The list of globally registered transition blend classesMethods in heronarts.lx that return LXBlendModifier and TypeMethodDescriptionLX.instantiateBlend
(Class<? extends LXBlend> cls) LX.instantiateBlend
(String className) Method parameters in heronarts.lx with type arguments of type LXBlendModifier and TypeMethodDescriptionRegister a [channel and crossfader] blend class with the engineLXRegistry.addChannelBlend
(Class<? extends LXBlend> blend) Register a channel blend class with the engineLXRegistry.addCrossfaderBlend
(Class<? extends LXBlend> blend) Register a crossfader blend class with the engineLXRegistry.addTransitionBlend
(Class<? extends LXBlend> blend) Register a transition blend class with the engineLX.instantiateBlend
(Class<? extends LXBlend> cls) -
Uses of LXBlend in heronarts.lx.blend
Subclasses of LXBlend in heronarts.lx.blendModifier and TypeClassDescriptionclass
class
class
class
class
The dissolve blend is a special blend used in the crossfader.class
class
class
static class
class
class
class
class
class
Methods in heronarts.lx.blend that return LXBlend -
Uses of LXBlend in heronarts.lx.mixer
Fields in heronarts.lx.mixer with type parameters of type LXBlendModifier and TypeFieldDescriptionfinal ObjectParameter<LXBlend>
LXAbstractChannel.blendMode
final ObjectParameter<LXBlend>
LXMixerEngine.crossfaderBlendMode
final ObjectParameter<LXBlend>
LXChannel.transitionBlendMode
Methods in heronarts.lx.mixer that return LXBlendModifier and TypeMethodDescriptionLXBlend[]
LXMixerEngine.instantiateChannelBlends()
protected LXBlend[]
LXMixerEngine.instantiateCrossfaderBlends()
protected LXBlend[]
LXMixerEngine.instantiateTransitionBlends()
-
Uses of LXBlend in heronarts.lx.pattern
Fields in heronarts.lx.pattern with type parameters of type LXBlend -
Uses of LXBlend in heronarts.lx.pattern.image
Fields in heronarts.lx.pattern.image with type parameters of type LXBlendModifier and TypeFieldDescriptionfinal ObjectParameter<LXBlend>
SlideshowPattern.transitionBlendMode