Packagesandy.materials
Interfacepublic interface IAlphaMaterial
ImplementorsBitmapMaterial, ColorMaterial

Interface for setting and getting alpha on a material.



Public Properties
 PropertyDefined by
  alpha : Number
Indicates the alpha transparency value of the material.
IAlphaMaterial
Property detail
alphaproperty
alpha:Number  [read-write]

Indicates the alpha transparency value of the material. Valid values are 0 (fully transparent) to 1 (fully opaque).

Implementation
    public function get alpha():Number
    public function set alpha(value:Number):void