-
Notifications
You must be signed in to change notification settings - Fork 367
Overload_Aurora_EffectsEngine_EffectLayer__ctor
Anton Pupkov edited this page Aug 8, 2016
·
1 revision
Name | Description | |
---|---|---|
EffectLayer() | Creates a new instance of the EffectLayer class with default parameters. | |
EffectLayer(String) | Creates a new instance of the EffectLayer class with a specified layer name. | |
EffectLayer(EffectLayer) | A copy constructor, Creates a new instance of the EffectLayer class from another EffectLayer instance. | |
EffectLayer(String, Color) | Creates a new instance of the EffectLayer class with a specified layer name. And fills the layer bitmap with a specified color. | |
EffectLayer(String, LayerEffects, LayerEffectConfig, RectangleF) | Creates a new instance of the EffectLayer class with a specified layer name. And applies a LayerEffect onto this EffectLayer instance. Using the parameters from LayerEffectConfig and a specified region in RectangleF |