Home
last modified time | relevance | path

Searched refs:PaletteID (Results 1 – 3 of 3) sorted by relevance

/plugin/projects/pchart/pchart/
Dpchart.php1294 …function drawXYPlotGraph($Data,$DataDescription,$YSerieName,$XSerieName,$PaletteID=0,$BigRadius=5,… argument
1296 $R = $this->Palette[$PaletteID]["R"];
1297 $G = $this->Palette[$PaletteID]["G"];
1298 $B = $this->Palette[$PaletteID]["B"];
1319 $R3 = $this->Palette[$PaletteID]["R"]-20; if ( $R < 0 ) { $R = 0; }
1320 $G3 = $this->Palette[$PaletteID]["G"]-20; if ( $G < 0 ) { $G = 0; }
1321 $B3 = $this->Palette[$PaletteID]["B"]-20; if ( $B < 0 ) { $B = 0; }
1332 $R2 = $this->Palette[$PaletteID]["R"]+20; if ( $R > 255 ) { $R = 255; }
1333 $G2 = $this->Palette[$PaletteID]["G"]+20; if ( $G > 255 ) { $G = 255; }
1334 $B2 = $this->Palette[$PaletteID]["B"]+20; if ( $B > 255 ) { $B = 255; }
[all …]
/plugin/charter/lib/pchart/
DpChart.class.php1318 …function drawXYPlotGraph($Data,$DataDescription,$YSerieName,$XSerieName,$PaletteID=0,$BigRadius=5,… argument
1320 $R = $this->Palette[$PaletteID]["R"];
1321 $G = $this->Palette[$PaletteID]["G"];
1322 $B = $this->Palette[$PaletteID]["B"];
1343 $R3 = $this->Palette[$PaletteID]["R"]-20; if ( $R < 0 ) { $R = 0; }
1344 $G3 = $this->Palette[$PaletteID]["G"]-20; if ( $G < 0 ) { $G = 0; }
1345 $B3 = $this->Palette[$PaletteID]["B"]-20; if ( $B < 0 ) { $B = 0; }
1356 $R2 = $this->Palette[$PaletteID]["R"]+20; if ( $R > 255 ) { $R = 255; }
1357 $G2 = $this->Palette[$PaletteID]["G"]+20; if ( $G > 255 ) { $G = 255; }
1358 $B2 = $this->Palette[$PaletteID]["B"]+20; if ( $B > 255 ) { $B = 255; }
[all …]
/plugin/statdisplay/pchart/
DpChart.php1369 …function drawXYPlotGraph(pData $DataSet, $YSerieName, $XSerieName, $PaletteID = 0, $BigRadius = 5,… argument
1370 $color = $this->palette->colors[$PaletteID];
1405 $color3 = $this->palette->colors[$PaletteID]->addRGBIncrement(-20);
1425 $color2 = $this->palette->colors[$PaletteID]->addRGBIncrement(20);
1577 function drawXYGraph($Data, $YSerieName, $XSerieName, $PaletteID = 0) { argument
1596 $this->palette->colors[$PaletteID],