flxanimate.effects

..
FlxAdvanced

FlxAlpha

FlxBrightness

FlxColorEffect

FlxColorEffect is the base class for all color transformation effects. The FlxTint, FlxAlpha, FlxBrightness and FlxAdvanced all extend to FlxColorEffect. You can apply your own effects to the texture atlas by extending this class. Instancing this class will create a hollow effect that doesn't create any visual difference.

FlxTint

FlxTint lets you apply a color onto an object on a certain amount.