Home
last modified time | relevance | path

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

/plugin/projects/pchart/pchart/
H A Dpchart.php203 $C_White =$this->AllocateColor($this->Picture,255,255,255);
646 $C_TextColor =$this->AllocateColor($this->Picture,$R,$G,$B);
1037 $C_TextColor =$this->AllocateColor($this->Picture,0,0,0);
1122 $C_ShadowColor =$this->AllocateColor($this->Picture,0,0,0);
1136 $C_TextColor =$this->AllocateColor($this->Picture,$R,$G,$B);
1168 $C_TextColor =$this->AllocateColor($this->Picture,0,0,0);
1356 $C_Graph =$this->AllocateColor($this->Layers[0],$R,$G,$B);
2964 $C_Circle = $this->AllocateColor($this->Picture,$R,$G,$B);
2983 $C_Circle = $this->AllocateColor($this->Picture,$R,$G,$B);
3137 function AllocateColor($Picture,$R,$G,$B,$Factor=0) function in pChart
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php203 $C_White =$this->AllocateColor($this->Picture,255,255,255);
646 $C_TextColor =$this->AllocateColor($this->Picture,$R,$G,$B);
1061 $C_TextColor =$this->AllocateColor($this->Picture,0,0,0);
1146 $C_ShadowColor =$this->AllocateColor($this->Picture,0,0,0);
1160 $C_TextColor =$this->AllocateColor($this->Picture,$R,$G,$B);
1192 $C_TextColor =$this->AllocateColor($this->Picture,0,0,0);
1380 $C_Graph =$this->AllocateColor($this->Layers[0],$R,$G,$B);
2989 $C_Circle = $this->AllocateColor($this->Picture,$R,$G,$B);
3008 $C_Circle = $this->AllocateColor($this->Picture,$R,$G,$B);
3162 function AllocateColor($Picture,$R,$G,$B,$Factor=0) function in pChart
[all …]