Class fever.structures.color.RGB

Implemented Interfaces

IColor Cloneable

Description

Defines color using RGB componants.

See Also

Field Index

blue, green, red

Method Index

new RGB()
clone(), getColor(), getString(), toString()

Constructor Detail

RGB

public function RGB(r:Number, g:Number, b:Number)

Constructor..

Field Detail

red

public red:Number

green

public green:Number

blue

public blue:Number

Method Detail

getColor

public function getColor():Number

Returns color value in Number format.

Specified By

getColor() in fever.structures.IColor

getString

public function getString():String

Return color value in hexa String format.

Specified By

getString() in fever.structures.IColor

clone

public function clone():Cloneable

Returns a clone instance.

Return

Cloneable

Specified By

clone() in fever.core.Cloneable

toString

public function toString():String

Returns string representation.