EasyManua.ls Logo

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE - Page 350

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
1378 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
350 ActionScript classes
6 "darken" Selects the darker of the
constituent colors of the button
and those of the background (the
ones with the smaller values).
This setting is commonly used
for superimposing type.
For example, if the button has a
pixel with an RGB value of
0xFFCC33, and the background
pixel has an RGB value of
0xDDF800, the resulting RGB
value for the displayed pixel is
0xDDCC00 (because 0xFF >
0xDD, 0xCC < 0xF8, and 0x33 >
0x00 = 33).
7
"difference" Compares the constituent colors
of the button with those of its
background, and subtracts the
darker of the two constituent
colors from the lighter one. This
setting is commonly used for
more vibrant colors.
For example, if the button has a
pixel with an RGB value of
0xFFCC33, and the background
pixel has an RGB value of
0xDDF800, the resulting RGB
value for the displayed pixel is
0x222C33 (because 0xFF -
0xDD = 0x22, 0xF8 - 0xCC =
0x2C, and 0x33 - 0x00 = 0x33).
Integer value String value Illustration Description

Table of Contents

Related product manuals