/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/ |
H A D | ColorTable.php | 34 $rgb = substr($lpData, $i * 3, 3); 35 if (strlen($rgb) < 3) { 39 $this->m_arColors[] = (ord($rgb[2]) << 16) + (ord($rgb[1]) << 8) + ord($rgb[0]); 60 function colorIndex($rgb) argument 62 $rgb = intval($rgb) & 0xFFFFFF; 63 $r1 = ($rgb & 0x0000FF); 64 $g1 = ($rgb & 0x00FF00) >> 8; 65 $b1 = ($rgb & 0xFF0000) >> 16;
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | value.color.php | 6 function Color($rgb = array(0,0,0), $transparent = true) { argument 10 $this->r = max($rgb[0] / 255.0, 0); 11 $this->g = max($rgb[1] / 255.0, 0); 12 $this->b = max($rgb[2] / 255.0, 0); 38 function equals($rgb) { argument 40 $this->r == $rgb->r && 41 $this->g == $rgb->g && 42 $this->b == $rgb->b;
|
H A D | ps.l2.image.encoder.stream.inc.php | 23 $rgb = ImageColorAt($dest_img, $x, $y); 24 $r = ($rgb >> 16) & 0xFF; 25 $g = ($rgb >> 8) & 0xFF; 26 $b = $rgb & 0xFF;
|
H A D | ps.l3.image.encoder.stream.inc.php | 52 $rgb = ImageColorAt($dest_img, $x, $y); 53 $r = ($rgb >> 16) & 0xFF; 54 $g = ($rgb >> 8) & 0xFF; 55 $b = $rgb & 0xFF; 111 $rgb = ImageColorAt($dest_img, $x, $y); 112 $r = ($rgb >> 16) & 0xFF; 113 $g = ($rgb >> 8) & 0xFF; 114 $b = $rgb & 0xFF;
|
H A D | ps.image.encoder.simple.inc.php | 53 $rgb = ImageColorAt($dest_img, $x, $y); 54 $r = ($rgb >> 16) & 0xFF; 55 $g = ($rgb >> 8) & 0xFF; 56 $b = $rgb & 0xFF; 105 $rgb = ImageColorAt($dest_img, $x, $y); 106 $r = ($rgb >> 16) & 0xFF; 107 $g = ($rgb >> 8) & 0xFF; 108 $b = $rgb & 0xFF;
|
H A D | output.png.class.php | 88 function _saveColor($rgb) { argument 89 $color = imagecolorallocate($this->_image, $rgb[0], $rgb[1], $rgb[2]); 90 array_unshift($this->_color, array('rgb' => $rgb,
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/ |
H A D | ColorModeConverter.php | 29 $rgb = $this->cmyk2rgb($c); 30 return $this->rgb2gray($rgb); 72 $rgb = []; 74 $rgb[0] = (int) ($colors * (255 - ($c[1] * 2.55)) / 255); 75 $rgb[1] = (int) ($colors * (255 - ($c[2] * 2.55)) / 255); 76 $rgb[2] = (int) ($colors * (255 - ($c[3] * 2.55)) / 255); 78 return [5, $rgb[0], $rgb[1], $rgb[2], $c[5]]; 81 return [3, $rgb[0], $rgb[1], $rgb[2]];
|
/plugin/csstimeline/ |
H A D | style.css | 21 background: rgb(80,80,80); 22 …background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rg… 68 background: rgb(248,248,248); 100 border: 4px solid rgb(255,80,80); 117 border-left-color: rgb(248,248,248); 131 border-right-color: rgb(248,248,248); 141 color: rgb(250,80,80); 156 background: rgb(248,248,248); 197 background: rgb(255,255,255); 213 border: 4px solid rgb(255,80,80); [all …]
|
/plugin/highlightjs/highlight/styles/ |
H A D | vs.css | 12 color: rgb(0, 128, 0); 23 color: rgb(0, 0, 255); 42 color: rgb(163, 21, 21); 60 color: rgb(43, 145, 175); 66 color: rgb(128, 128, 128);
|
/plugin/wideredit/ |
H A D | style.less | 15 …linear-gradient(180deg, rgb(173,173,173) 0%, rgb(222,222,222) 14%, rgb(240,240,240) 70%, rgb(255,2…
|
/plugin/pgn4web/pgn4web/libs/jscolor/ |
H A D | jscolor.js | 458 0.213 * this.rgb[0] + 459 0.715 * this.rgb[1] + 460 0.072 * this.rgb[2] 477 this.rgb = HSV_RGB( 495 b===null ? this.rgb[2] : b 507 this.rgb[0] = rgb[0]; 508 this.rgb[1] = rgb[1]; 509 this.rgb[2] = rgb[2]; 862 (c[rgb[0]]*100)+'%,'+ 863 (c[rgb[1]]*100)+'%,'+ [all …]
|
/plugin/xtermrtf/ |
H A D | syntax.php | 128 preg_match("/.red(.*?).green(.*?).blue(.*?)$/i", $couleurs[$i], $rgb); 129 $r=dechex($rgb[1]); 130 $v=dechex($rgb[2]); 131 $b=dechex($rgb[3]);
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | global.css | 21 color: rgb(0,100,200); 30 color: rgb(0,80,160); 87 color: rgb(0,100,200); 96 color: rgb(0,80,160);
|
/plugin/bpmnio/vendor/bpmn-js/dist/assets/ |
H A D | diagram-js.css | 80 fill: rgb(255, 116, 0); 84 stroke: rgb(255, 116, 0); 97 stroke: rgb(255, 116, 0); 164 fill: rgb(255, 116, 0) !important; 269 stroke: rgb(255, 195, 66); 346 color: rgb(255, 116, 0); 417 background: rgb(255, 252, 176); 446 background: rgb(255, 252, 176); 462 color: rgb(255, 116, 0); 624 background: rgb(252, 236, 240); [all …]
|
/plugin/bpmnio/vendor/cmmn-js/dist/assets/ |
H A D | diagram-js.css | 74 fill: rgb(255, 116, 0); 78 stroke: rgb(255, 116, 0); 91 stroke: rgb(255, 116, 0); 143 stroke: rgb(255, 116, 0) !important; 220 stroke: rgb(255, 195, 66); 297 color: rgb(255, 116, 0); 368 background: rgb(255, 252, 176); 397 background: rgb(255, 252, 176); 413 color: rgb(255, 116, 0); 575 background: rgb(252, 236, 240); [all …]
|
/plugin/bpmnio/vendor/dmn-js/dist/assets/ |
H A D | diagram-js.css | 74 fill: rgb(255, 116, 0); 78 stroke: rgb(255, 116, 0); 91 stroke: rgb(255, 116, 0); 143 stroke: rgb(255, 116, 0) !important; 220 stroke: rgb(255, 195, 66); 297 color: rgb(255, 116, 0); 368 background: rgb(255, 252, 176); 397 background: rgb(255, 252, 176); 413 color: rgb(255, 116, 0); 575 background: rgb(252, 236, 240); [all …]
|
/plugin/orphanmedia/ |
H A D | style.css | 36 background: rgb(255,255,204) !important; 41 color: rgb(80,80,80);
|
/plugin/anewssystem/ |
H A D | style.css | 366 background: rgb(255,255,204); 367 border: 1px dotted rgb(204,0,51); 374 background: rgb(255,255,255); 400 background: rgb(255,255,204); 401 border: 1px dotted rgb(192,192,192); 402 Border-left: 5px solid rgb(192,192,192); 413 background: rgb(255,255,204,0); 422 background: rgb(255,255,204);
|
/plugin/mathpublish/phpmathpublisher/ |
H A D | Helper.php | 473 $rgb = imagecolorat($tmpImg, $x, $y); 474 if ($rgb != $tmpWhite) { 520 $rgb = imagecolorat($tmpImg, $x, $y); 521 if ($rgb != $tmpWhite) { 579 $rgb = imagecolorat($tmpImg, $x, $y); 580 if ($rgb != $tmpWhite) { 653 $rgb = imagecolorat($tmpImg, $x, $y); 654 if ($rgb != $tmpWhite) {
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | ImageProcessor.php | 628 $r = ($rgb >> 16) & 0xFF; 629 $g = ($rgb >> 8) & 0xFF; 630 $b = $rgb & 0xFF; 1143 $r = ($rgb >> 16) & 0xFF; 1144 $g = ($rgb >> 8) & 0xFF; 1145 $b = $rgb & 0xFF; 1161 $rgb = imagecolorat($im, $j, $i); 1231 $rgb = imagecolorat($im, $j, $i); 1232 $r = ($rgb >> 16) & 0xFF; 1233 $g = ($rgb >> 8) & 0xFF; [all …]
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.gif.php | 401 $rgb = substr($lpData, $i * 3, 3); 402 if (strlen($rgb) < 3) { 406 $this->m_arColors[] = (ord($rgb{2}) << 16) + (ord($rgb{1}) << 8) + ord($rgb{0}); 448 function colorIndex($rgb) argument 450 $rgb = intval($rgb) & 0xFFFFFF; 451 $r1 = ($rgb & 0x0000FF); 452 $g1 = ($rgb & 0x00FF00) >> 8; 453 $b1 = ($rgb & 0xFF0000) >> 16;
|
/plugin/s5/ui/i18n/ |
H A D | pretty.css | 32 #currentSlide span {font-size: 13px; color: rgb(49%,47%,66%);} 39 …margin: 0 -15% 1em 0; padding: 0.5em 15% 0.06125em 0; border-bottom: 0.06125em solid rgb(90,94,120…
|
/plugin/impressjs/tpl/dokuwiki/ |
H A D | impress.css | 88 background: rgb(215, 215, 215); 89 …background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(rgb(240, 240, 240)), to(rgb(19… 90 background: -webkit-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190)); 91 background: -moz-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190)); 92 background: -ms-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190)); 93 background: -o-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190)); 94 background: radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190)); 221 color: rgb(102, 102, 102);
|
/plugin/sequencediagram/bower_components/raphael/dev/ |
H A D | raphael.core.js | 591 var rgb = { class in AnonymousFunction19fc41e62100 599 return rgb; 623 var rgb; 892 if (rgb) { 893 if (rgb[2]) { 898 if (rgb[3]) { 903 if (rgb[4]) { 914 if (rgb[5]) { 927 if (rgb[6]) { 943 return rgb; [all …]
|
/plugin/copycode/ |
H A D | style.css | 29 background: rgb(25, 219, 113);
|