Packageorg.libspark.swfassist.swf.structures
Classpublic class RGB
SubclassesRGBA



Public Properties
 PropertyDefined by
  blue : uint
RGB
  green : uint
RGB
  red : uint
RGB
Public Methods
 MethodDefined by
  
fromUint(color:uint):void
RGB
  
toUint():uint
RGB
Property detail
blueproperty
blue:uint  [read-write]Implementation
    public function get blue():uint
    public function set blue(value:uint):void
greenproperty 
green:uint  [read-write]Implementation
    public function get green():uint
    public function set green(value:uint):void
redproperty 
red:uint  [read-write]Implementation
    public function get red():uint
    public function set red(value:uint):void
Method detail
fromUint()method
public function fromUint(color:uint):voidParameters
color:uint
toUint()method 
public function toUint():uint

Returns
uint