Source for file svgGrapher.internal.randomColor.php
Documentation is available at svgGrapher.internal.randomColor.php
* plugin internal randomColor.
* @version $Id: svgGrapher.internal.randomColor.php,v 1.1.1.1 2007/06/26 07:35:43 geelweb Exp $
* @author Guillaume L. <guillaume@geelweb.org>
* @copyright Copyright © 2006, Guillaume Luchet.
* @license http://opensource.org/licenses/bsd-license.php BSD License
* svgGrapher_internal_randomColor()
* Get a random color on hexadecimal fromat.
* @param integer $colorBand Color band. (0: all, 1: light, 2: dark).
case 0:
// Couleurs sur l'ensemble du spectre.
case 1:
// Couleurs claires uniquement.
case 2:
// Couleurs foncées uniquement.
Documentation generated on Tue, 23 Oct 2007 11:32:11 +0200 by phpDocumentor 1.4.0