Home
last modified time | relevance | path

Searched refs:rgb (Results 101 – 125 of 130) sorted by last modified time

123456

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js8 …b2Hex(get_rgb(xfd.icvFore))){line.s.fgColor={rgb:t}}if(t=rgb2Hex(get_rgb(xfd.icvBack))){line.s.bgC… property in line.s.fgColor
H A Dxlsx.min.map1 …regex","rend","nlregex","parse_rpr","rpr","intro","outro","font","strike","rgb","family","parse_r"…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js65425 var mask, palette, params, rgb, val, x, _i, _len;
65458 } else if (this.image.transparency.rgb) {
65459 rgb = this.image.transparency.rgb;
65461 for (_i = 0, _len = rgb.length; _i < _len; _i++) {
65462 x = rgb[_i];
65671 this.transparency.rgb = this.read(chunkSize);
H A Dpdfmake.min.js.map1rgb","hasAlphaChannel","Predictor","Colors","Columns","transparency","grayscale","greyscale","inde…
H A Dpdfmake.min.js16rgb){for(o=this.image.transparency.rgb,n=[],h=0,u=o.length;u>h;h++)s=o[h],n.push(s,s);return this.…
/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/orphanmedia/
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/glossary/images/
H A Dscore.xcf21 (color (color-rgb 0.701000 0.701000 0.701000))
/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/html2pdf/html2pdf/html2ps/
H A Doutput.png.class.php88 function _saveColor($rgb) { argument
89 $color = imagecolorallocate($this->_image, $rgb[0], $rgb[1], $rgb[2]);
90 array_unshift($this->_color, array('rgb' => $rgb,
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;
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 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 DChangeLog1118 * Fixed: rgb() CSS color declarations in composite CSS properties
/plugin/advrack/
H A Draphael.js988 var rgb = { class in AnonymousFunctionfecc8d702600
996 return rgb;
1020 var rgb;
1289 if (rgb) {
1290 if (rgb[2]) {
1295 if (rgb[3]) {
1300 if (rgb[4]) {
1311 if (rgb[5]) {
1324 if (rgb[6]) {
1340 return rgb;
[all …]
/plugin/dokutexit/conf/
H A Dcommands.tex32 \definecolor{dokuheadingcolor}{rgb}{0,0,0.60}
/plugin/flowplayer/player/
H A DREADME.txt178 … the content plugin backgound color and border color can be now given with rgb() and rgba() CSS st…
/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/processing/
H A Dscript.js4595 var rgb = p.color.toRGB(aValue1, aValue2, aValue3);
4596 r = rgb[0];
4597 g = rgb[1];
4598 b = rgb[2];
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...

123456