Interface fever.structures.IColor

Description

All concrete color class definition must implement this interface.

See Also

Method Index

getColor(), getString()

Method Detail

getColor

public function getColor():Number

Returns color value in Number format.

getString

public function getString():String

Return color value in hexa String format.