Home
last modified time | relevance | path

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

123

/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;
/plugin/statistics/inc/pchart/
H A DPalette.php38 * 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 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 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 Dzirkelundlineal.php172 $color2 = $data['color2'];
269 if ($color2 != '') {
270 $txt .= '<param name="color2" value="'.$color2.'"/>';
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshThemeDefault.css46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493 !important;}
H A DshThemeEmacs.css46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff7d27 !important;}
H A DshThemeFadeToGrey.css46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#4a8cdb !important;}
H A DshThemeMDUltra.css46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:yellow !important;}
H A DshThemeMidnight.css46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:white !important;}
H A DshThemeRDark.css46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:white !important;}
H A DshThemeEclipse.css46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493 !important;}
H A DshThemeDjango.css46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#91bb9e !important;}
H A DshCoreMDUltra.css60 .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;}
92 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:yellow !important;}
H A DshCoreRDark.css60 .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;}
92 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:white !important;}
H A DshCoreEmacs.css60 .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;}
92 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff7d27 !important;}
H A DshCoreMidnight.css60 .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;}
92 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:white !important;}
H A DshCoreFadeToGrey.css60 .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;}
92 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#4a8cdb !important;}
H A DshCoreDefault.css60 .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;}
92 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493 !important;}
/plugin/animation/styles/
H A DshThemeDefault.css108 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A D_theme_template.scss127 .color2, .color2 a { color: $code_color2 !important; }
H A DshCoreEclipse.css146 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
216 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
/plugin/syntaxhighlighter4/dist/
H A Dtheme-default.css161 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
235 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
H A Dtheme-midnight.css161 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
235 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
H A Dtheme-rdark.css161 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
235 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
H A Dtheme-django.css161 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
235 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {

123