PixelOffsetMode

PixelOffsetMode

Utility class containing constants. Specifies how pixels are offset during rendering.

Values

NameDescription
INVALIDSpecifies an invalid mode.
DEFAULTSpecifies the default mode.
HIGH_SPEEDSpecifies high speed, low quality rendering.
HIGH_QUALITYSpecifies high quality, low speed rendering.
NONESpecifies no pixel offset.
HALFSpecifies that pixels are offset by -.5 units, both horizontally and vertically, for high speed antialiasing.