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);
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…
1121 $C_TextColor =$this->AllocateColor($this->Picture,$R,$G,$B);
1122 $C_ShadowColor =$this->AllocateColor($this->Picture,0,0,0);
1136 $C_TextColor =$this->AllocateColor($this->Picture,$R,$G,$B);
1166 $C_Label =$this->AllocateColor($this->Picture,$R,$G,$B);
1167 …$C_Shadow =$this->AllocateColor($this->Picture,$R-$ShadowFactor,$G-$ShadowFactor,$B-$ShadowFac…
1168 $C_TextColor =$this->AllocateColor($this->Picture,0,0,0);
1352 $C_White =$this->AllocateColor($this->Layers[0],255,255,255);
1356 $C_Graph =$this->AllocateColor($this->Layers[0],$R,$G,$B);
1418 …$C_TextColor =$this->AllocateColor($this->Picture,$this->Palette[$ColorID]["R"],$this->Palette[$Co…
1650 $C_White =$this->AllocateColor($this->Layers[0],255,255,255);
1690 …$C_Graph =$this->AllocateColor($this->Layers[0],$this->Palette[$ColorID]["R"],$this->Palette[$Colo…
1727 …$C_Graph =$this->AllocateColor($this->Layers[0],$this->Palette[$ColorID]["R"],$this->Palette[$Colo…
1744 …$C_Graph =$this->AllocateColor($this->Layers[0],$this->Palette[$ColorID]["R"],$this->Palette[$Colo…
1781 $C_White = $this->AllocateColor($this->Layers[0],255,255,255);
1827 …$C_Graph = $this->AllocateColor($this->Layers[0],$this->Palette[$ColorID]["R"],$this->Palette[$Col…
1841 …$C_Graph = $this->AllocateColor($this->Layers[0],$this->Palette[$ColorID]["R"],$this->Palette[$Col…
1870 $C_White = $this->AllocateColor($this->Layers[$GraphID],255,255,255);
1871 …$C_Graph = $this->AllocateColor($this->Layers[$GraphID],$this->Palette[$GraphID]["R…
2081 $C_TextColor = $this->AllocateColor($this->Picture,$A_R,$A_G,$A_B);
2127 $C_Graph = $this->AllocateColor($this->Picture,250,250,250);
2335 $C_White = $this->AllocateColor($this->Layers[0],255,255,255);
2339 …$C_Graph = $this->AllocateColor($this->Layers[0],$this->Palette[$ColorID]["R"],$this->Palette[$Col…
2417 $C_TextColor = $this->AllocateColor($this->Picture,70,70,70);
2445 …$C_GraphLo = $this->AllocateColor($this->Picture,$this->Palette[$Key]["R"],$this->Palette[$Key]["G…
2545 $C_TextColor = $this->AllocateColor($this->Picture,70,70,70);
2551 $LineColor = $this->AllocateColor($this->Picture,$Rc,$Gc,$Bc);
2553 $LineColor = $this->AllocateColor($this->Picture,$Rc,$Gc,$Bc);
2582 …$C_GraphLo = $this->AllocateColor($this->Picture,$this->Palette[$Key]["R"],$this->Palette[$Key]["G…
2584 …$C_GraphLo = $this->AllocateColor($this->Picture,$this->ShadowRColor,$this->ShadowGColor,$this->Sh…
2669 $C_TextColor = $this->AllocateColor($this->Picture,70,70,70);
2696 …$C_GraphLo = $this->AllocateColor($this->Picture,$this->Palette[$Key]["R"],$this->Palette[$Key]["G…
2711 …$C_GraphLo = $this->AllocateColor($this->Picture,$this->Palette[$Key]["R"],$this->Palette[$Key]["G…
2735 …$C_GraphLo = $this->AllocateColor($this->Picture,$this->Palette[$Key]["R"],$this->Palette[$Key]["G…
2751 $C_Background = $this->AllocateColor($this->Picture,$R,$G,$B);
2776 $C_Background = $this->AllocateColor($this->Picture,$R,$G,$B);
2789 $C_Background = $this->AllocateColor($this->Picture,$R,$G,$B);
2806 $C_Rectangle = $this->AllocateColor($this->Picture,$R,$G,$B);
2843 $C_Rectangle = $this->AllocateColor($this->Picture,$R,$G,$B);
2852 $C_White = $this->AllocateColor($this->Layers[0],255,255,255);
2856 $C_Rectangle = $this->AllocateColor($this->Layers[0],$R,$G,$B);
2878 $C_Rectangle = $this->AllocateColor($this->Picture,$R,$G,$B);
2916 $C_Rectangle = $this->AllocateColor($this->Picture,$R,$G,$B);
2964 $C_Circle = $this->AllocateColor($this->Picture,$R,$G,$B);
2983 $C_Circle = $this->AllocateColor($this->Picture,$R,$G,$B);
3132 $C_Aliased = $this->AllocateColor($this->Picture,$Ra,$Ga,$Ba);
3137 function AllocateColor($Picture,$R,$G,$B,$Factor=0) function in pChart
3156 $C_Background = $this->AllocateColor($Resampled,$R,$G,$B);
3166 $C_White = $this->AllocateColor($this->Picture,255,255,255);
3229 $C_Aliased = $this->AllocateColor($this->Picture,$R,$G,$B);
3335 $C_TextColor = $this->AllocateColor($this->Picture,133,85,85);