blendMode property

BlendMode blendMode
getter/setter pair

The transfer mode used when drawing the sprite to screen.

// Add the colors of the sprite with the colors of the background
mySprite.blendMode = BlendMode.plusMode;

Implementation

BlendMode blendMode = BlendMode.srcOver;