FlxTint lets you apply a color onto an object on a certain amount.
FlxTint
new(tint:FlxColor, multiplier:Float)
Creates a new FlxTint instance.
Parameters:
tint
A FlxColor value with the hexadecimal RR, GG, BB.
FlxColor
multiplier
a decimal number representing the amount of tint applied.
multiplier:Float
tint:FlxColor
a 0xRRGGBB FlxColor value. The alpha of the color will be ignored.