Packageorg.libspark.swfassist.swf.structures
Classpublic class GradientRecord



Public Properties
 PropertyDefined by
  color : RGBA
Swfassist ignores ALPHA if this record is part of Shape1 or Shape2.
GradientRecord
  ratio : uint
GradientRecord
Property detail
colorproperty
color:RGBA  [read-write]

Swfassist ignores ALPHA if this record is part of Shape1 or Shape2.

Implementation
    public function get color():RGBA
    public function set color(value:RGBA):void
ratioproperty 
ratio:uint  [read-write]Implementation
    public function get ratio():uint
    public function set ratio(value:uint):void