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

Constructor

new(tint:FlxColor, multiplier:Float)

Creates a new FlxTint instance.

Parameters:

tint

A FlxColor value with the hexadecimal RR, GG, BB.

multiplier

a decimal number representing the amount of tint applied.

Variables

multiplier:Float

a decimal number representing the amount of tint applied.

tint:FlxColor

a 0x​RRGGBB FlxColor value. The alpha of the color will be ignored.

Methods

Inherited Variables

Inherited Methods