static public HSVRANGE:HSVRangestatic public HSLRANGE:HSLRangestatic public function rgbToHexa(rgb:RGB):NumberTransforms the passed-in RGB object to hexadecimal number.
static public function rgbToString(rgb:RGB):StringTransforms the passed-in RGB object to hexadecimal strong notation.
static public function hslToHexa(hsl:HSL):NumberTransforms the passed-in HSL object to hexadecimal number.
static public function hslToString(hsl:HSL):StringTransforms the passed-in HSL object to hexadecimal string notation.
static public function hsvToHexa(hsv:HSV):NumberTransforms the passed-in HSV object to hexadecimal number.
static public function hsvToString(hsv:HSV):StringTransforms the passed-in HSV object to hexadecimal string notation.
static public function hexaToRgb(hexa:Number):RGBTransforms the passed-in number to RGB instance.
static public function hexaToHsl(hexa:Number):HSLTransforms the passed-in number to HSL instance.
static public function hexaToHsv(hexa:Number):HSVTransforms the passed-in number to HSV instance.
static public function hexaToString(hexa:Number):StringTransforms the passed-in number to hexadecimal string notation.
static public function stringToHexa(str:String):NumberTransforms the passed-in string to number.
static public function stringToRgb(str:String):RGBTransforms the passed-in string to RGB instance.