Class Asido_Color

Description

Asido Color

This class stores common color-related routines

Located in /class.asido.php (line 994)


	
			
Method Summary
 array get ()
 void set (integer $red, integer $green, integer $blue)
Methods
get (line 1039)

Get the stored color

  • return: indexed array with three elements: one for each channel following the RGB order
  • access: public
array get ()
set (line 1027)

Set a new color

  • access: public
void set (integer $red, integer $green, integer $blue)
  • integer $red: the value has to be from 0 to 255
  • integer $green: the value has to be from 0 to 255
  • integer $blue: the value has to be from 0 to 255

Documentation generated on Mon, 09 Apr 2007 23:57:02 +0300 by phpDocumentor 1.3.0RC4