/plugin/combo/ComboStrap/ |
H A D | ColorRgb.php | 439 $targetBlue = self::round(Math::lerp($color2->getBlue(), $this->getBlue(), $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."); 462 $targetBlue = self::round(Math::unlerp($color2->getBlue(), $this->getBlue(), $weight)); 464 throw new ExceptionCompile("This is not possible, the blue value ({$color2->getBlue()}) with the percentage $weight could not be unmixed. They were not calculated with color mixing."); 534 $blueHex = $toCssHex($this->getBlue()); 616 function getBlue() function in ComboStrap\\ColorRgb 665 return [$this->getRed(), $this->getGreen(), $this->getBlue()]; 699 $B = $toLuminanceFactor($this->getBlue()); [all...] |
H A D | BrandingColors.php | 53 box-shadow: 0 0 0 0.25rem rgb({$primaryColor->getRed()} {$primaryColor->getGreen()} {$primaryColor->getBlue()} / 25%); 57 box-shadow: 0 0 0 0.25rem rgb({$primaryColor->getRed()} {$primaryColor->getGreen()} {$primaryColor->getBlue()} / 25%);
|
H A D | FetcherVignette.php | 125 $mutedGdColor = imagecolorallocate($vignetteImageHandler, $mutedRgb->getRed(), $mutedRgb->getGreen(), $mutedRgb->getBlue()); 193 $mutedGdColor = imagecolorallocate($vignetteImageHandler, $mutedRgb->getRed(), $mutedRgb->getGreen(), $mutedRgb->getBlue());
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | ShadowBorder.java | 87 int blue = c1.getBlue() + (c2.getBlue() - c1.getBlue()) / 2; in average()
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
H A D | GooglePrivacyDlpV2Color.php | 45 public function getBlue() function in Google\\Service\\DLP\\GooglePrivacyDlpV2Color
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
H A D | RgbColor.php | 45 public function getBlue() function in Google\\Service\\Docs\\RgbColor
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
H A D | RgbColor.php | 45 public function getBlue() function in Google\\Service\\Slides\\RgbColor
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/ |
H A D | GoogleTypeColor.php | 63 public function getBlue() function in Google\\Service\\Document\\GoogleTypeColor
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/ |
H A D | Color.php | 63 public function getBlue() function in Google\\Service\\Vision\\Color
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/ |
H A D | Color.php | 63 public function getBlue() function in Google\\Service\\FirebaseCloudMessaging\\Color
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/ |
H A D | Color.php | 63 public function getBlue() function in Google\\Service\\HangoutsChat\\Color
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
H A D | Color.php | 63 public function getBlue() function in Google\\Service\\Sheets\\Color
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 5330 Color.prototype.getBlue = function () { method in Color 5339 var b = this.getBlue() / 255.0; 5367 var b = this.getBlue() / 255.0;
|
/plugin/jcapture/lib/ |
H A D | transform-3.0.2.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1285 …n this.green};b.prototype.setGreen=function(a){this.green=a};b.prototype.getBlue=function(){return… method in b 1286 …getBlue()/255,n=Math.max(a,Math.max(b,g)),d=Math.min(a,Math.min(b,g)),k=(n+d)/2;if(n===d)a=d=0;els…
|