03.05.2013 Views

ActionScript 2.0 Language Reference - Adobe Help and Support

ActionScript 2.0 Language Reference - Adobe Help and Support

ActionScript 2.0 Language Reference - Adobe Help and Support

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Integer<br />

value<br />

String<br />

value<br />

4 "screen" Multiplies the complement (inverse)<br />

of the movie clip color by the<br />

complement of the background<br />

color, resulting in a bleaching effect.<br />

This setting is commonly used for<br />

highlights or to remove black areas<br />

of the movie clip.<br />

5 "lighten" Selects the lighter of the constituent<br />

colors of the movie clip <strong>and</strong> those of<br />

the background (the ones with the<br />

larger values). This setting is<br />

commonly used for superimposing<br />

type.<br />

For example, if the movie clip has a<br />

pixel with an RGB value of<br />

0xFFCC33, <strong>and</strong> the background<br />

pixel has an RGB value of<br />

0xDDF800, then the resulting RGB<br />

value for the displayed pixel is<br />

0xFFF833 (because 0xFF > 0xDD,<br />

0xCC < 0xF8, <strong>and</strong> 0x33 > 0x00 =<br />

33).<br />

6 "darken" Selects the darker of the constituent<br />

colors of the movie clip <strong>and</strong> those of<br />

the background (the ones with the<br />

smaller values). This setting is<br />

commonly used for superimposing<br />

type.<br />

For example, if the movie clip has a<br />

pixel with an RGB value of<br />

0xFFCC33, <strong>and</strong> the background<br />

pixel has an RGB value of<br />

0xDDF800, the resulting RGB<br />

value for the displayed pixel is<br />

0xDDCC00 (because 0xFF > 0xDD,<br />

0xCC < 0xF8, <strong>and</strong> 0x33 > 0x00 =<br />

33).<br />

854 <strong>ActionScript</strong> classes<br />

Illustration Description

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!