-
Notifications
You must be signed in to change notification settings - Fork 367
Overload_Aurora_EffectsEngine_EffectLayer_PercentEffect
Anton Pupkov edited this page Aug 8, 2016
·
1 revision
Name | Description | |
---|---|---|
PercentEffect(ColorSpectrum, DeviceKeys[], Double, Double, PercentEffectType) | Draws a percent effect on the layer bitmap using DeviceKeys keys and a ColorSpectrum. | |
PercentEffect(ColorSpectrum, FreeFormObject, Double, Double, PercentEffectType) | Draws a percent effect on the layer bitmap using a FreeFormObject and a ColorSpectrum. | |
PercentEffect(ColorSpectrum, KeySequence, Double, Double, PercentEffectType) | Draws a percent effect on the layer bitmap using a KeySequence and a ColorSpectrum. | |
PercentEffect(Color, Color, DeviceKeys[], Double, Double, PercentEffectType) | Draws a percent effect on the layer bitmap using an array of DeviceKeys keys and solid colors. | |
PercentEffect(Color, Color, FreeFormObject, Double, Double, PercentEffectType) | Draws a percent effect on the layer bitmap using a FreeFormObject and solid colors. | |
PercentEffect(Color, Color, KeySequence, Double, Double, PercentEffectType) | Draws a percent effect on the layer bitmap using a KeySequence with solid colors. |