The StageQuality class provides values for the Stage.quality property.

Variables

@:value(cast 0)@:impl@:enuminlineread onlyBEST:StageQuality = 0

Specifies very high rendering quality: graphics are anti-aliased using a 4 x 4 pixel grid and bitmaps are always smoothed.

@:value(cast 1)@:impl@:enuminlineread onlyHIGH:StageQuality = 1

Specifies high rendering quality: graphics are anti-aliased using a 4 x 4 pixel grid, and bitmaps are smoothed if the movie is static.

@:value(cast 2)@:impl@:enuminlineread onlyLOW:StageQuality = 2

Specifies low rendering quality: graphics are not anti-aliased, and bitmaps are not smoothed.

@:value(cast 3)@:impl@:enuminlineread onlyMEDIUM:StageQuality = 3

Specifies medium rendering quality: graphics are anti-aliased using a 2 x 2 pixel grid, but bitmaps are not smoothed. This setting is suitable for movies that do not contain text.