ImageDrawOptions
The
See:
Properties
| Property | Type | Description |
|---|---|---|
The blending mode to use (see BLEND_ constants in the Graphics namespace) |
||
The alpha value to draw with (0.0 - 1.0) |
||
If true, the alpha value(s) of the source pixel(s) is respected when drawing, otherwise they will be ignored (ie. considered to be all fully opaque) |
Constructors
Creates a new
blend :Graphics.BLEND_NORMALalpha :1.0keepSourceAlpha :true