/plugin/statdisplay/pchart/ |
H A D | Palette.php | 27 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;
|
/plugin/statistics/inc/pchart/ |
H A D | Palette.php | 38 * Creates a palette from a gradient between $color1 and $color2 42 * @param Color $color2 end color 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;
|
/plugin/combo/ComboStrap/ |
H A D | ColorRgb.php | 436 $color2 = ColorRgb::createFromString($color); 437 $targetRed = self::round(Math::lerp($color2->getRed(), $this->getRed(), $weight)); 438 $targetGreen = self::round(Math::lerp($color2->getGreen(), $this->getGreen(), $weight)); 439 $targetBlue = self::round(Math::lerp($color2->getBlue(), $this->getBlue(), $weight)); 453 $color2 = ColorRgb::createFromString($color); 454 $targetRed = self::round(Math::unlerp($color2->getRed(), $this->getRed(), $weight)); 456 throw new ExceptionCompile("This is not possible, the red value ({$color2->getBlue()}) with the percentage $weight could not be unmixed. They were not calculated with color mixing."); 458 $targetGreen = self::round(Math::unlerp($color2->getGreen(), $this->getGreen(), $weight)); 460 throw new ExceptionCompile("This is not possible, the green value ({$color2->getGreen()}) with the percentage $weight could not be unmixed. They were not calculated with color mixing."); 462 $targetBlue = self::round(Math::unlerp($color2 [all...] |
/plugin/zul/syntax/ |
H A D | zirkelundlineal.php | 172 $color2 = $data['color2']; 269 if ($color2 != '') { 270 $txt .= '<param name="color2" value="'.$color2.'"/>';
|
/plugin/syntaxhighlighter3/sxh3/pkg/styles/ |
H A D | shThemeDefault.css | 46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493 !important;}
|
H A D | shThemeEmacs.css | 46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff7d27 !important;}
|
H A D | shThemeFadeToGrey.css | 46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#4a8cdb !important;}
|
H A D | shThemeMDUltra.css | 46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:yellow !important;}
|
H A D | shThemeMidnight.css | 46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:white !important;}
|
H A D | shThemeRDark.css | 46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:white !important;}
|
H A D | shThemeEclipse.css | 46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493 !important;}
|
H A D | shThemeDjango.css | 46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#91bb9e !important;}
|
H A D | shCoreMDUltra.css | 60 .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;} 92 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:yellow !important;}
|
H A D | shCoreRDark.css | 60 .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;} 92 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:white !important;}
|
H A D | shCoreEmacs.css | 60 .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;} 92 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff7d27 !important;}
|
H A D | shCoreMidnight.css | 60 .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;} 92 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:white !important;}
|
H A D | shCoreFadeToGrey.css | 60 .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;} 92 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#4a8cdb !important;}
|
H A D | shCoreDefault.css | 60 .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;} 92 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493 !important;}
|
/plugin/animation/styles/ |
H A D | shThemeDefault.css | 108 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
|
/plugin/syntaxhighlighter3/sxh3/src/sass/ |
H A D | _theme_template.scss | 127 .color2, .color2 a { color: $code_color2 !important; }
|
H A D | shCoreEclipse.css | 146 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a { 216 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
|
/plugin/syntaxhighlighter4/dist/ |
H A D | theme-default.css | 161 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a { 235 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
|
H A D | theme-midnight.css | 161 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a { 235 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
|
H A D | theme-rdark.css | 161 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a { 235 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
|
H A D | theme-django.css | 161 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a { 235 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
|