Home
last modified time | relevance | path

Searched refs:rgb (Results 1 – 25 of 130) sorted by relevance

123456

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DColorTable.php34 $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
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.color.php6 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 Dps.l2.image.encoder.stream.inc.php23 $rgb = ImageColorAt($dest_img, $x, $y);
24 $r = ($rgb >> 16) & 0xFF;
25 $g = ($rgb >> 8) & 0xFF;
26 $b = $rgb & 0xFF;
H A Dps.l3.image.encoder.stream.inc.php52 $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 Dps.image.encoder.simple.inc.php53 $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;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorModeConverter.php29 $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[
[all...]
/plugin/csstimeline/
H A Dstyle.css21 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/diagramsnet/lib/js/diagramly/vsdx/
H A DbmpDecoder.js100 this.data[location+i*4] = rgb.red;
127 var rgb = this.palette[before];
128 this.data[location] = rgb.red;
129 this.data[location + 1] = rgb.green;
130 this.data[location + 2] = rgb.blue;
135 rgb = this.palette[after];
136 this.data[location+4] = rgb.red;
138 this.data[location+4 + 2] = rgb.blue;
156 var rgb = this.palette[b];
157 this.data[location] = rgb.red;
[all …]
/plugin/highlightjs/highlight/styles/
H A Dvs.css12 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 Dstyle.less15 …linear-gradient(180deg, rgb(173,173,173) 0%, rgb(222,222,222) 14%, rgb(240,240,240) 70%, rgb(255,2…
/plugin/diagramsnet/lib/styles/
H A Datlas.css53 text-shadow: rgb(41, 89, 137) 0px 1px 0px;
55 background-image:linear-gradient(rgb(70, 135, 206) 0px, rgb(48, 104, 162) 100%);
63 background-image: linear-gradient(rgb(90, 148, 211) 0px, rgb(54, 115, 181) 100%);
70 text-shadow: rgb(41, 89, 137) 0px 1px 0px;
72 background-image:linear-gradient(rgb(70, 135, 206) 0px, rgb(48, 104, 162) 100%);
80 background-image: linear-gradient(rgb(90, 148, 211) 0px, rgb(54, 115, 181) 100%);
89 border-color: rgb(195, 195, 195) !important;
136 color: rgb(179, 179, 179);
189 color: rgb(179, 179, 179);
194 background:rgb(32, 80, 129);
[all …]
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js458 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/diagramsnet/lib/js/jscolor/
H A Djscolor.js419 0.213 * this.rgb[0] +
420 0.715 * this.rgb[1] +
421 0.072 * this.rgb[2]
437 this.rgb = HSV_RGB(
451 r===null ? this.rgb[0] : (this.rgb[0]=r),
452 g===null ? this.rgb[1] : (this.rgb[1]=g),
453 b===null ? this.rgb[2] : (this.rgb[2]=b)
758 case 0: rgb=[0,1,2]; break;
770 (c[rgb[0]]*100)+'%,'+
771 (c[rgb[1]]*100)+'%,'+
[all …]
/plugin/xtermrtf/
H A Dsyntax.php128 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 Dglobal.css21 color: rgb(0,100,200);
30 color: rgb(0,80,160);
87 color: rgb(0,100,200);
96 color: rgb(0,80,160);
/plugin/orphanmedia/
H A Dstyle.css36 background: rgb(255,255,204) !important;
41 color: rgb(80,80,80);
/plugin/orphanmedia2/
H A Dstyle.css36 background: rgb(255,255,204) !important;
41 color: rgb(80,80,80);
/plugin/anewssystem/
H A Dstyle.css366 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/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php645 $rgb = imagecolorat($im, $xpx, $ypx);
646 $r = ($rgb >> 16) & 0xFF;
647 $g = ($rgb >> 8) & 0xFF;
648 $b = $rgb & 0xFF;
1163 $rgb = imagecolorat($im, $xpx, $ypx);
1164 $r = ($rgb >> 16) & 0xFF;
1165 $g = ($rgb >> 8) & 0xFF;
1166 $b = $rgb & 0xFF;
1182 $rgb = imagecolorat($im, $j, $i);
1183 $alpha = ($rgb
[all...]
/plugin/mathpublish/phpmathpublisher/
H A DHelper.php473 $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/photogallery/phpThumb/
H A Dphpthumb.gif.php401 $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 public function colorIndex($rgb) argument
450 $rgb = (int) $rgb & 0xFFFFFF;
451 $r1 = ($rgb & 0x0000FF);
452 $g1 = ($rgb & 0x00FF00) >> 8;
453 $b1 = ($rgb & 0xFF0000) >> 16;
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.css93 background-color: rgb(197, 196, 196);
98 background-color: rgb(133, 133, 133);
142 background-color: rgb(207, 207, 207);
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.css88 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/s5/ui/i18n/
H A Dpretty.css32 #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/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js591 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 …]

123456