Uses of Class
heronarts.lx.blend.LXBlend
Package
Description
Core LX engine and component functionality.
Core classes for procedural animation.
-
Uses of LXBlend in heronarts.lx
Modifier 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 classesModifier and TypeMethodDescriptionLX.instantiateBlend
(Class<? extends LXBlend> cls) LX.instantiateBlend
(String className) Modifier 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
Modifier 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
-
Uses of LXBlend in heronarts.lx.mixer
Modifier and TypeFieldDescriptionfinal ObjectParameter<LXBlend>
LXAbstractChannel.blendMode
final ObjectParameter<LXBlend>
LXMixerEngine.crossfaderBlendMode
final ObjectParameter<LXBlend>
LXChannel.transitionBlendMode
Modifier and TypeMethodDescriptionLXBlend[]
LXMixerEngine.instantiateChannelBlends()
protected LXBlend[]
LXMixerEngine.instantiateCrossfaderBlends()
protected LXBlend[]
LXMixerEngine.instantiateTransitionBlends()
-
Uses of LXBlend in heronarts.lx.pattern
-
Uses of LXBlend in heronarts.lx.pattern.image
Modifier and TypeFieldDescriptionfinal ObjectParameter<LXBlend>
SlideshowPattern.transitionBlendMode