Home
last modified time | relevance | path

Searched refs:shades (Results 1 – 13 of 13) sorted by last modified time

/plugin/statistics/inc/pchart/
H A DPalette.php43 * @param int $shades number of colors to create
46 static public function colorGradientPalette(Color $color1, Color $color2, $shades) { argument
49 $RFactor = ($color2->getR() - $color1->getR()) / $shades;
50 $GFactor = ($color2->getG() - $color1->getG()) / $shades;
51 $BFactor = ($color2->getB() - $color1->getB()) / $shades;
53 for($i = 0; $i <= $shades - 1; $i++) {
/plugin/statdisplay/pchart/
H A DPalette.php27 static public function colorGradientPalette(Color $color1, Color $color2, $shades) { argument
30 $RFactor = ($color2->getR() - $color1->getR()) / $shades;
31 $GFactor = ($color2->getG() - $color1->getG()) / $shades;
32 $BFactor = ($color2->getB() - $color1->getB()) / $shades;
34 for($i = 0; $i <= $shades - 1; $i ++) {
/plugin/ckgedit/ckeditor/
H A DCHANGES.md984 * [#13266](https://dev.ckeditor.com/ticket/13266): Added more shades of gray in the [Color Dialog](…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md564 * [#13266](http://dev.ckeditor.com/ticket/13266): Added more shades of gray in the [Color Dialog](h…
/plugin/html2pdf/snorriheim/
H A Dstyle.ini63 ; these are the shades of blue
H A Dstyle.ini.dist63 ; these are the shades of blue
/plugin/bible/bible_douayRheims/
H A DJob.txt1037 40:17. The shades cover his shadow, the willows of the brook shall compass him about.
/plugin/jmol2/jmol/
H A DCHANGES.txt5248 # The default isosurface color no longer changes shade among 5 possible shades.
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/charter/
H A Dhelper.php270 list($color, $shades) = $this->_trimArray(explode('@', $val, 2));
272 if (!$rgb || !is_numeric($shades) || $shades < 0)
277 'shades' => $shades,