Home
last modified time | relevance | path

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

/plugin/projects/pchart/pchart/
Dpchart.php203 $C_White =$this->AllocateColor($this->Picture,255,255,255);
328 $LineColor =$this->AllocateColor($this->Picture,$R2,$G2,$B2);
386 $C_TextColor =$this->AllocateColor($this->Picture,$R,$G,$B);
646 $C_TextColor =$this->AllocateColor($this->Picture,$R,$G,$B);
910 $C_White =$this->AllocateColor($this->Layers[0],255,255,255);
914 $C_Rectangle =$this->AllocateColor($this->Layers[0],250,250,250);
989 $C_TextColor =$this->AllocateColor($this->Picture,$Rt,$Gt,$Bt);
1037 $C_TextColor =$this->AllocateColor($this->Picture,0,0,0);
1074 $C_TextColor = $this->AllocateColor($this->Picture,$R,$G,$B);
1092 …$C_ShadowColor = $this->AllocateColor($this->Picture,$this->ShadowRColor,$this->ShadowGColor,$this…
[all …]
/plugin/charter/lib/pchart/
DpChart.class.php203 $C_White =$this->AllocateColor($this->Picture,255,255,255);
328 $LineColor =$this->AllocateColor($this->Picture,$R2,$G2,$B2);
386 $C_TextColor =$this->AllocateColor($this->Picture,$R,$G,$B);
646 $C_TextColor =$this->AllocateColor($this->Picture,$R,$G,$B);
910 $C_White =$this->AllocateColor($this->Layers[0],255,255,255);
914 $C_Rectangle =$this->AllocateColor($this->Layers[0],250,250,250);
1013 $C_TextColor =$this->AllocateColor($this->Picture,$Rt,$Gt,$Bt);
1061 $C_TextColor =$this->AllocateColor($this->Picture,0,0,0);
1098 $C_TextColor = $this->AllocateColor($this->Picture,$R,$G,$B);
1116 …$C_ShadowColor = $this->AllocateColor($this->Picture,$this->ShadowRColor,$this->ShadowGColor,$this…
[all …]