Class fever.display.style.StageQuality

Description

Provides values for the Stage.quality property.

Field Index

BEST, HIGH, LOW, MEDIUM

Field Detail

BEST

static public BEST:String
Specifies Very high rendering quality: graphics are anti-aliased using a 4 x 4 pixel grid and bitmaps are always smoothed.

HIGH

static public HIGH:String
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

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

MEDIUM

static public MEDIUM:String
Specifies medium rendering quality: graphics are anti-aliased using a 2 x 2 pixel grid, but bitmaps are not smoothed.