| blue | property |
blue:uint [read-write]Implementation
public function get blue():uint
public function set blue(value:uint):void
| green | property |
green:uint [read-write]Implementation
public function get green():uint
public function set green(value:uint):void
| red | property |
red:uint [read-write]Implementation
public function get red():uint
public function set red(value:uint):void
| fromUint | () | method |
public function fromUint(color:uint):voidParameters
color:uint |
| toUint | () | method |
public function toUint():uint
Returns
uint |