Lines Matching refs:B2
256 function createColorGradientPalette($R1,$G1,$B1,$R2,$G2,$B2,$Shades) argument
260 $BFactor = ($B2-$B1)/$Shades;
326 $B2 = $R-15; if ( $B2 < 0 ) { $B2 = 0; }
328 $LineColor =$this->AllocateColor($this->Picture,$R2,$G2,$B2);
1229 …function drawPlotGraph($Data,$DataDescription,$BigRadius=5,$SmallRadius=2,$R2=-1,$G2=-1,$B2=-1,$Sh… argument
1236 $Ro = $R2; $Go = $G2; $Bo = $B2;
1247 $R2 = $Ro; $G2 = $Go; $B2 = $Bo;
1293 if ( $R2 !=-1 && $G2 !=-1 && $B2 !=-1 )
1294 $this->drawFilledCircle($XPos+1,$YPos+1,$SmallRadius,$R2,$G2,$B2);
1299 $B2 = $this->Palette[$ColorID]["B"]-15; if ( $B2 < 0 ) { $B2 = 0; }
1301 $this->drawFilledCircle($XPos+1,$YPos+1,$SmallRadius,$R2,$G2,$B2);
1318 …$YSerieName,$XSerieName,$PaletteID=0,$BigRadius=5,$SmallRadius=2,$R2=-1,$G2=-1,$B2=-1,$Shadow=TRUE) argument
1352 if ( $R2 !=-1 && $G2 !=-1 && $B2 !=-1 )
1353 $this->drawFilledCircle($X+1,$Y+1,$SmallRadius,$R2,$G2,$B2);
1358 $B2 = $this->Palette[$PaletteID]["B"]+20; if ( $B > 255 ) { $B = 255; }
1359 $this->drawFilledCircle($X+1,$Y+1,$SmallRadius,$R2,$G2,$B2);
3148 $B2 = $RGB2 & 0xFF;
3155 $Ba = floor($B*$Alpha+$B2*$iAlpha);