User Guide

ColorTransform (flash.geom.ColorTransform) 429
Property summary
Properties inherited from class Object
Modifiers Property Description
alphaMultiplier:Numb
er
A decimal value that is multiplied by the alpha
transparency channel value.
alphaOffset:Number A number from -255 to 255 that is added to the alpha
transparency channel value after it has been
multiplied by the alphaMultiplier value.
blueMultiplier:Numbe
r
A decimal value that is multiplied by the blue channel
value.
blueOffset:Number A number from -255 to 255 that is added to the blue
channel value after it has been multiplied by the
blueMultiplier value.
greenMultiplier:Numb
er
A decimal value that is multiplied by the green channel
value.
greenOffset:Number A number from -255 to 255 that is added to the
green channel value after it has been multiplied by the
greenMultiplier value.
redMultiplier:Number A decimal value that is multiplied by the red channel
value.
redOffset:Number A number from -255 to 255 that is added to the red
channel value after it has been multiplied by the
redMultiplier value.
rgb:Number The RGB color value for a ColorTransform object.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)