Property summary
Modifiers
Property
alphaMultiplier:Numb
er
alphaOffset:Number
blueMultiplier:Numbe
r
blueOffset:Number
greenMultiplier:Numb
er
greenOffset:Number
redMultiplier:Number
redOffset:Number
rgb:Number
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Description
A decimal value that is multiplied by the alpha
transparency channel value.
A number from -255 to 255 that is added to the alpha
transparency channel value after it has been
multiplied by the alphaMultiplier value.
A decimal value that is multiplied by the blue channel
value.
A number from -255 to 255 that is added to the blue
channel value after it has been multiplied by the
blueMultiplier value.
A decimal value that is multiplied by the green channel
value.
A number from -255 to 255 that is added to the
green channel value after it has been multiplied by the
greenMultiplier value.
A decimal value that is multiplied by the red channel
value.
A number from -255 to 255 that is added to the red
channel value after it has been multiplied by the
redMultiplier value.
The RGB color value for a ColorTransform object.
property),
__proto__ (Object.__proto__
property),
ColorTransform (flash.geom.ColorTransform)
__resolve
429
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?