mWindow.enableAlphaCorrection()

Availability

Windows: Flash 8 or 9 AS2.0 SWF + mProjector 3.0; Windows 98/ME/NT Support: Flash 7 SWF + mProjector 2.0 build dd;

Macintosh: Not Yet Available

Usage

mWindow.enableAlphaCorrection(enable:Boolean) : Void

Parameters

enable

Returns

Nothing.

Description

Method; Corrects alpha channel rendering and anti-aliasing on Windows OS.

Enabling alpha correction will remove font smoothing from non-embedded dynamic and input text. If the application requires non-embedded fonts, correct alpha channel rendering by applying Flash 8 filters as necessary to individual elements. Using an "Adjust Color" filter with default (zero) settings will not alter your content, but will trigger accurate mProjector/Flash rendering.

Example

Adds alpha correction to the window.

mWindow.enableAlphaCorrection(true);

See Also

Samples: Flash-Shaped Windows, Alpha Correction

Code Examples

Alpha Correction, Flash-Shaped Windows