Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
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);
DpChart.php2610 $C_Background = $this->canvas->allocateColor($color);