Skip to content

M_Aurora_EffectsEngine_EffectLayer_op_Multiply

Anton Pupkov edited this page Aug 8, 2016 · 1 revision

EffectLayer.Multiply Operator

  • Operator, Multiplies an EffectLayer by a double, adjusting opacity and color of the layer bitmap.

Namespace: Aurora.EffectsEngine
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)

Syntax

C#

public static EffectLayer operator *(
	EffectLayer layer,
	double value
)

Parameters

 

layer
Type: Aurora.EffectsEngine.EffectLayer
EffectLayer to be adjusted
value
Type: System.Double
Double value that each bit in the bitmap will be multiplied by

Return Value

Type: EffectLayer
The passed instance of EffectLayer with adjustments

See Also

Reference

EffectLayer Class
Aurora.EffectsEngine Namespace

Clone this wiki locally