Home
last modified time | relevance | path

Searched refs:color2 (Results 1 – 25 of 57) sorted by relevance

123

/plugin/statdisplay/pchart/
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;
/plugin/statistics/inc/pchart/
DPalette.php42 * @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/
DColorRgb.php436 $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 pe…
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…
462 $targetBlue = self::round(Math::unlerp($color2->getBlue(), $this->getBlue(), $weight));
[all …]
/plugin/zul/syntax/
Dzirkelundlineal.php172 $color2 = $data['color2'];
269 if ($color2 != '') {
270 $txt .= '<param name="color2" value="'.$color2.'"/>';
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
DshThemeRDark.css46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:white !important;}
DshThemeMDUltra.css46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:yellow !important;}
DshThemeMidnight.css46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:white !important;}
DshThemeEmacs.css46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff7d27 !important;}
DshThemeDefault.css46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493 !important;}
DshThemeFadeToGrey.css46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#4a8cdb !important;}
DshThemeDjango.css46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#91bb9e !important;}
DshThemeEclipse.css46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493 !important;}
DshCoreEmacs.css60 .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;}
92 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff7d27 !important;}
DshCoreFadeToGrey.css60 .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;}
92 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#4a8cdb !important;}
DshCoreRDark.css60 .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;}
92 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:white !important;}
DshCoreMDUltra.css60 .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;}
92 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:yellow !important;}
/plugin/animation/styles/
DshThemeDefault.css108 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
/plugin/syntaxhighlighter3/sxh3/src/sass/
D_theme_template.scss127 .color2, .color2 a { color: $code_color2 !important; } class
DshCoreEclipse.css146 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
216 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
/plugin/syntaxhighlighter4/dist/
Dtheme-default.css161 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
235 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
Dtheme-mdultra.css161 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
235 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
Dtheme-rdark.css161 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
235 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
Dtheme-midnight.css161 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
235 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
Dtheme-django.css161 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
235 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
Dtheme-emacs.css161 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
235 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {

123