Home
last modified time | relevance | path

Searched refs:allocateColor (Results 1 – 4 of 4) sorted by relevance

/plugin/statdisplay/pchart/
H A DGDCanvas.php9 $C_White = $this->allocateColor(new Color(255, 255, 255));
76 $C_Rectangle = $this->allocateColor($color);
200 $C_Rectangle = $this->allocateColor($color);
417 $C_Aliased = $this->allocateColor($color);
464 $C_Aliased = $this->allocateColor (new Color($Ra, $Ga, $Ba));
474 public function allocateColor(Color $color, $Factor = 0, $alpha = 100) { function in GDCanvas
515 $gdShadowColor = $this->allocateColor($shadowProperties->color);
524 $gdColor = $this->allocateColor($color);
553 $C_Circle = $this->allocateColor($color);
576 $gdColor = $this->allocateColor($color, 0, $alpha);
H A DpChart.php2610 $C_Background = $this->canvas->allocateColor($color);
/plugin/statistics/inc/pchart/
H A DGDCanvas.php7 $C_White = $this->allocateColor(new Color(255, 255, 255));
80 $C_Rectangle = $this->allocateColor($color);
222 $C_Rectangle = $this->allocateColor($color);
482 $C_Aliased = $this->allocateColor($color);
531 $C_Aliased = $this->allocateColor(new Color($Ra, $Ga, $Ba));
541 public function allocateColor(Color $color, $Factor = 0, $alpha = 100) { function in GDCanvas
584 $gdShadowColor = $this->allocateColor($shadowProperties->color);
595 $gdColor = $this->allocateColor($color);
628 $C_Circle = $this->allocateColor($color);
655 $gdColor = $this->allocateColor(
[all...]
H A DpChart.php2808 $C_Background = $this->canvas->allocateColor($color);