Lines Matching refs:AllocateColor

203      $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…
1145 $C_TextColor =$this->AllocateColor($this->Picture,$R,$G,$B);
1146 $C_ShadowColor =$this->AllocateColor($this->Picture,0,0,0);
1160 $C_TextColor =$this->AllocateColor($this->Picture,$R,$G,$B);
1190 $C_Label =$this->AllocateColor($this->Picture,$R,$G,$B);
1191 …$C_Shadow =$this->AllocateColor($this->Picture,$R-$ShadowFactor,$G-$ShadowFactor,$B-$ShadowFac…
1192 $C_TextColor =$this->AllocateColor($this->Picture,0,0,0);
1376 $C_White =$this->AllocateColor($this->Layers[0],255,255,255);
1380 $C_Graph =$this->AllocateColor($this->Layers[0],$R,$G,$B);
1442 …$C_TextColor =$this->AllocateColor($this->Picture,$this->Palette[$ColorID]["R"],$this->Palette[$Co…
1675 $C_White =$this->AllocateColor($this->Layers[0],255,255,255);
1715 …$C_Graph =$this->AllocateColor($this->Layers[0],$this->Palette[$ColorID]["R"],$this->Palette[$Colo…
1752 …$C_Graph =$this->AllocateColor($this->Layers[0],$this->Palette[$ColorID]["R"],$this->Palette[$Colo…
1769 …$C_Graph =$this->AllocateColor($this->Layers[0],$this->Palette[$ColorID]["R"],$this->Palette[$Colo…
1806 $C_White = $this->AllocateColor($this->Layers[0],255,255,255);
1852 …$C_Graph = $this->AllocateColor($this->Layers[0],$this->Palette[$ColorID]["R"],$this->Palette[$Col…
1866 …$C_Graph = $this->AllocateColor($this->Layers[0],$this->Palette[$ColorID]["R"],$this->Palette[$Col…
1895 $C_White = $this->AllocateColor($this->Layers[$GraphID],255,255,255);
1896 …$C_Graph = $this->AllocateColor($this->Layers[$GraphID],$this->Palette[$GraphID]["R…
2106 $C_TextColor = $this->AllocateColor($this->Picture,$A_R,$A_G,$A_B);
2152 $C_Graph = $this->AllocateColor($this->Picture,250,250,250);
2360 $C_White = $this->AllocateColor($this->Layers[0],255,255,255);
2364 …$C_Graph = $this->AllocateColor($this->Layers[0],$this->Palette[$ColorID]["R"],$this->Palette[$Col…
2442 $C_TextColor = $this->AllocateColor($this->Picture,70,70,70);
2470 …$C_GraphLo = $this->AllocateColor($this->Picture,$this->Palette[$Key]["R"],$this->Palette[$Key]["G…
2570 $C_TextColor = $this->AllocateColor($this->Picture,70,70,70);
2576 $LineColor = $this->AllocateColor($this->Picture,$Rc,$Gc,$Bc);
2578 $LineColor = $this->AllocateColor($this->Picture,$Rc,$Gc,$Bc);
2607 …$C_GraphLo = $this->AllocateColor($this->Picture,$this->Palette[$Key]["R"],$this->Palette[$Key]["G…
2609 …$C_GraphLo = $this->AllocateColor($this->Picture,$this->ShadowRColor,$this->ShadowGColor,$this->Sh…
2694 $C_TextColor = $this->AllocateColor($this->Picture,70,70,70);
2721 …$C_GraphLo = $this->AllocateColor($this->Picture,$this->Palette[$Key]["R"],$this->Palette[$Key]["G…
2736 …$C_GraphLo = $this->AllocateColor($this->Picture,$this->Palette[$Key]["R"],$this->Palette[$Key]["G…
2760 …$C_GraphLo = $this->AllocateColor($this->Picture,$this->Palette[$Key]["R"],$this->Palette[$Key]["G…
2776 $C_Background = $this->AllocateColor($this->Picture,$R,$G,$B);
2801 $C_Background = $this->AllocateColor($this->Picture,$R,$G,$B);
2814 $C_Background = $this->AllocateColor($this->Picture,$R,$G,$B);
2831 $C_Rectangle = $this->AllocateColor($this->Picture,$R,$G,$B);
2868 $C_Rectangle = $this->AllocateColor($this->Picture,$R,$G,$B);
2877 $C_White = $this->AllocateColor($this->Layers[0],255,255,255);
2881 $C_Rectangle = $this->AllocateColor($this->Layers[0],$R,$G,$B);
2903 $C_Rectangle = $this->AllocateColor($this->Picture,$R,$G,$B);
2941 $C_Rectangle = $this->AllocateColor($this->Picture,$R,$G,$B);
2989 $C_Circle = $this->AllocateColor($this->Picture,$R,$G,$B);
3008 $C_Circle = $this->AllocateColor($this->Picture,$R,$G,$B);
3157 $C_Aliased = $this->AllocateColor($this->Picture,$Ra,$Ga,$Ba);
3162 function AllocateColor($Picture,$R,$G,$B,$Factor=0) function in pChart
3181 $C_Background = $this->AllocateColor($Resampled,$R,$G,$B);
3191 $C_White = $this->AllocateColor($this->Picture,255,255,255);
3254 $C_Aliased = $this->AllocateColor($this->Picture,$R,$G,$B);
3360 $C_TextColor = $this->AllocateColor($this->Picture,133,85,85);