Class fever.display.style.PixelSnapping

Description

Enumeration of constant values for setting the pixel snapping options via the pixelSnapping property of a Bitmap object.

Field Index

ALWAYS, AUTO, NEVER

Field Detail

ALWAYS

static public ALWAYS:String
A constant value used in the pixelSnapping property of a Bitmap object to specify that the bitmap image is always snapped to the nearest pixel, independent of any transformation..

AUTO

static public AUTO:String
A constant value used in the pixelSnapping property of a Bitmap object to specify that the bitmap image is snapped to the nearest pixel if it is drawn with no rotation or skew and it is drawn at a scale factor of 99.9% to 100.1%.

NEVER

static public NEVER:String
A constant value used in the pixelSnapping property of a Bitmap object to specify that no pixel snapping occurs.