Searched refs:PaletteID (Results 1 – 4 of 4) sorted by relevance
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 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; } 1472 function drawXYGraph($Data,$DataDescription,$YSerieName,$XSerieName,$PaletteID=0) argument [all …]
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 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; } 1496 function drawXYGraph($Data,$DataDescription,$YSerieName,$XSerieName,$PaletteID=0) argument [all …]
|
/plugin/statdisplay/pchart/ |
H A D | pChart.php | 1369 …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],
|
/plugin/statistics/inc/pchart/ |
H A D | pChart.php | 1480 function drawXYPlotGraph(pData $DataSet, $YSerieName, $XSerieName, $PaletteID = 0, $BigRadius = 5, $SmallRadius = 2, Color $color2 = null, $Shadow = TRUE, $SizeSerieName = '') { argument 1481 $color = $this->palette->getColor($PaletteID); 1517 $color3 = $this->palette->getColor($PaletteID)->addRGBIncrement(-20); 1542 $color2 = $this->palette->getColor($PaletteID)->addRGBIncrement(20); 1705 function drawXYGraph($Data, $YSerieName, $XSerieName, $PaletteID = 0) { argument 1725 $this->palette->getColor($PaletteID),
|