Home
last modified time | relevance | path

Searched refs:rgb (Results 126 – 130 of 130) sorted by path

123456

/plugin/webcode/vendor/
H A Dfirebug-lite.css58 …splay:none; z-index:99999998; position:absolute; top:0; left:0; background:rgb(0,150,255); opacity…
81 #Firebug .Left .Console .Monitor .Arrow { color:rgb(0,0,255); white-space:nowrap; }
127 #Firebug .Right .HTML .Content .CSSItem center { color:rgb(0,150,0); padding:0 0 3px 0; font:bold 1…
177 …ng { display:block; text-align:center; padding:3px; background:rgb(200,225,255); color:rgb(50,50,5…
179 #Firebug .Left .XHR .Block span a { cursor:pointer; color:rgb(0,0,200); }
/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/xlsx2dw/packages/exceljs/
H A Dexceljs.js21101 if (node.attributes.rgb) {
21103 argb: node.attributes.rgb
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4707 var rgb = (color.rgb || 'FFFFFF');
4708 if (typeof rgb == 'number') rgb = ("000000" + rgb.toString(16)).slice(-6);
9853 if(y.rgb) font.color = y.rgb.slice(2,8);
10479 for(var i=0,o=1; i!=3; ++i) o = o*256 + (rgb[i]>255?255:rgb[i]<0?0:rgb[i]);
10484 var R = rgb[0]/255, G = rgb[1]/255, B=rgb[2]/255;
10505 case 0: case 6: X = C * h6; rgb[0] += C; rgb[1] += X; break;
10512 for(var i = 0; i != 3; ++i) rgb[i] = Math.round(rgb[i]*255);
10513 return rgb;
10700 if(y.rgb) fill.bgColor.rgb = y.rgb.slice(-6);
10710 if(y.rgb != null) fill.fgColor.rgb = y.rgb.slice(-6);
[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]);

123456