Image_Graph::setBackgroundColor()

Image_Graph::setBackgroundColor() -- Sets background color of canvas

Synopsis

require_once '/Graph.php';

void Image_Graph::setBackgroundColor (mixed $color)

Description

This package is not documented yet.

Parameter

mixed $color

any color representation supported by Image_Graph_Color::color2RGB()

Throws

throws no exceptions thrown

See

see Image_Graph_Color::color2RGB()

Note

This function can not be called statically.