/plugin/combo/ComboStrap/ |
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 | ColorRgb.php | 437 $targetRed = self::round(Math::lerp($color2->getRed(), $this->getRed(), $weight)); 454 $targetRed = self::round(Math::unlerp($color2->getRed(), $this->getRed(), $weight)); 532 $redHex = $toCssHex($this->getRed()); 604 function getRed() function in ComboStrap\\ColorRgb 665 return [$this->getRed(), $this->getGreen(), $this->getBlue()]; 697 $R = $toLuminanceFactor($this->getRed());
|
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 | 85 int red = c1.getRed() + (c2.getRed() - c1.getRed()) / 2; in average()
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
H A D | GooglePrivacyDlpV2Color.php | 73 public function getRed() function in Google\\Service\\DLP\\GooglePrivacyDlpV2Color
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
H A D | RgbColor.php | 73 public function getRed() function in Google\\Service\\Docs\\RgbColor
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
H A D | RgbColor.php | 73 public function getRed() function in Google\\Service\\Slides\\RgbColor
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/ |
H A D | GoogleTypeColor.php | 91 public function getRed() function in Google\\Service\\Document\\GoogleTypeColor
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/ |
H A D | Color.php | 91 public function getRed() function in Google\\Service\\Vision\\Color
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/ |
H A D | Color.php | 91 public function getRed() function in Google\\Service\\FirebaseCloudMessaging\\Color
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/ |
H A D | Color.php | 91 public function getRed() function in Google\\Service\\HangoutsChat\\Color
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
H A D | Color.php | 91 public function getRed() function in Google\\Service\\Sheets\\Color
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 5318 Color.prototype.getRed = function () { method in Color 5337 var r = this.getRed() / 255.0; 5365 var r = this.getRed() / 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 …tion(){null==b.NONE&&(b.NONE=new b(-1,-1,-1));return b.NONE};b.prototype.getRed=function(){return … method in b 1286 …getRed()/255,b=this.getGreen()/255,g=this.getBlue()/255,n=Math.max(a,Math.max(b,g)),d=Math.min(a,M…
|