-
Notifications
You must be signed in to change notification settings - Fork 365
M_Aurora_EffectsEngine_EffectLayer_op_Multiply
Anton Pupkov edited this page Aug 8, 2016
·
1 revision
- 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)
C#
public static EffectLayer operator *(
EffectLayer layer,
double value
)
- 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
Type: EffectLayer
The passed instance of EffectLayer with adjustments