-
Notifications
You must be signed in to change notification settings - Fork 367
M_Aurora_EffectsEngine_EffectLayer__ctor_4
Anton Pupkov edited this page Aug 8, 2016
·
1 revision
Creates a new instance of the EffectLayer class with a specified layer name. And fills the layer bitmap with a specified color.
Namespace: Aurora.EffectsEngine
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)
C#
public EffectLayer(
string name,
Color color
)
- name
- Type: System.String
A layer name - color
- Type: System.Drawing.Color
A color to fill the bitmap with
EffectLayer Class
EffectLayer Overload
Aurora.EffectsEngine Namespace