Static methods

statichasRGBAMultipliers(transform:ColorTransform):Bool

Returns whether red, green, blue, or alpha multipliers are set to anything other than 1.

statichasRGBAOffsets(transform:ColorTransform):Bool

Returns whether red, green, blue, or alpha offsets are set to anything other than 0.

statichasRGBMultipliers(transform:ColorTransform):Bool

Returns whether red, green, or blue multipliers are set to anything other than 1.

statichasRGBOffsets(transform:ColorTransform):Bool

Returns whether red, green, or blue offsets are set to anything other than 0.

staticsetMultipliers(transform:ColorTransform, red:Float, green:Float, blue:Float, alpha:Float):ColorTransform

staticsetOffsets(transform:ColorTransform, red:Float, green:Float, blue:Float, alpha:Float):ColorTransform