Image_Graph_Color::getRange()

Image_Graph_Color::getRange() -- getRange Given a degree, you can get the range of colors between one color and another color.

Synopsis

require_once '/Graph/Color.php';

array Image_Graph_Color::getRange (string $degrees)

Description

This package is not documented yet.

Parameter

string $degrees

How much each 'step' between the colors we should take.

Return value

returns Returns an array of all the colors, one element for each color.

Throws

throws no exceptions thrown

Note

This function can not be called statically.