C# Class VixenModules.Effect.SetLevel.SetLevel

Inheritance: EffectModuleInstanceBase
Datei anzeigen Open project: sall/vixen Class Usage Examples

Private Properties

Property Type Description
CheckForInvalidColorData void
RenderNode EffectIntents

Public Methods

Method Description
SetLevel ( ) : System

Protected Methods

Method Description
TargetNodesChanged ( ) : void
_PreRender ( CancellationTokenSource tokenSource = null ) : void
_Render ( ) : EffectIntents

Private Methods

Method Description
CheckForInvalidColorData ( ) : void
RenderNode ( ElementNode node ) : EffectIntents

Method Details

SetLevel() public method

public SetLevel ( ) : System
return System

TargetNodesChanged() protected method

protected TargetNodesChanged ( ) : void
return void

_PreRender() protected method

protected _PreRender ( CancellationTokenSource tokenSource = null ) : void
tokenSource CancellationTokenSource
return void

_Render() protected method

protected _Render ( ) : EffectIntents
return EffectIntents