Searched refs:shades (Results 1 – 13 of 13) sorted by relevance
27 static public function colorGradientPalette(Color $color1, Color $color2, $shades) { argument30 $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 ++) {
43 * @param int $shades number of colors to create46 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++) {
270 list($color, $shades) = $this->_trimArray(explode('@', $val, 2));272 if (!$rgb || !is_numeric($shades) || $shades < 0)277 'shades' => $shades,
63 ; these are the shades of blue
META-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
META-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
META-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
5248 # The default isosurface color no longer changes shade among 5 possible shades.
1037 40:17. The shades cover his shadow, the willows of the brook shall compass him about.
564 * [#13266](http://dev.ckeditor.com/ticket/13266): Added more shades of gray in the [Color Dialog](h…
984 * [#13266](https://dev.ckeditor.com/ticket/13266): Added more shades of gray in the [Color Dialog](…