require_once '/Graph/Color.php';
array Image_Graph_Color::color2RGB (mixed $color)
array Image_Graph_Color::color2RGB
Userdefined color specifications get translated into an array of rgb values.
any color representation supported by Image_Graph_Color::color2RGB()
returns Array of 4 ints (RGBA-representation)
throws no exceptions thrown
This function can be called statically.