Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration StageQuality

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

Index

Enumeration members

Enumeration members

BEST

BEST: = "best"

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

HIGH

HIGH: = "high"

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

LOW

LOW: = "low"

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

MEDIUM

MEDIUM: = "medium"

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.

Generated using TypeDoc