C# Class VixenModules.LayerMixingFilter.MaskFill.MaskFillModule

Inheritance: LayerMixingFilterModuleInstanceBase
Show file Open project: sall/vixen

Public Methods

Method Description
CombineDiscreteIntensity ( Vixen.Data.Value.DiscreteValue highLayerValue, Vixen.Data.Value.DiscreteValue lowLayerValue ) : Vixen.Data.Value.DiscreteValue
CombineFullColor ( Color highLayerColor, Color lowLayerColor ) : Color
Setup ( ) : bool

Method Details

CombineDiscreteIntensity() public method

public CombineDiscreteIntensity ( Vixen.Data.Value.DiscreteValue highLayerValue, Vixen.Data.Value.DiscreteValue lowLayerValue ) : Vixen.Data.Value.DiscreteValue
highLayerValue Vixen.Data.Value.DiscreteValue
lowLayerValue Vixen.Data.Value.DiscreteValue
return Vixen.Data.Value.DiscreteValue

CombineFullColor() public method

public CombineFullColor ( Color highLayerColor, Color lowLayerColor ) : Color
highLayerColor System.Drawing.Color
lowLayerColor System.Drawing.Color
return System.Drawing.Color

Setup() public method

public Setup ( ) : bool
return bool