Searched refs:clr (Results 1 – 15 of 15) sorted by relevance
1 …clr-i-outline clr-i-outline-path-1" fill="currentColor"></path><path d="M33.53 5.84l-3.37-3.37a1.6…
73 var clr = userColors[userCount];78 color: clr85 var svg = 'data:image/svg+xml;base64,' + btoa(svgP1 + clr + '">' + svgP2);86 cursor.innerHTML = '<img src="' + svg + '" style="width:16px"><div style="color:' + clr + '">' +
6940 function getDarkerClr(clr, perc) argument6948 return '#' + modComp(clr.substr(1, 2)) +6949 modComp(clr.substr(3, 2)) +6950 modComp(clr.substr(5, 2));
574 var clr = R.getRGB(r);575 r = clr.r;576 g = clr.g;577 b = clr.b;622 R.color = function (clr) { argument624 if (R.is(clr, "object") && "h" in clr && "s" in clr && "b" in clr) {625 rgb = R.hsb2rgb(clr);626 clr.r = rgb.r;627 clr.g = rgb.g;628 clr.b = rgb.b;[all …]
513 var clr = R.getRGB(value);514 if (!clr.error) {535 …clr[has]("opacity") && $(node, {"fill-opacity": clr.opacity > 1 ? clr.opacity / 100 : clr.opacity}…537 clr = R.getRGB(value);538 node.setAttribute(att, clr.hex);539 …att == "stroke" && clr[has]("opacity") && $(node, {"stroke-opacity": clr.opacity > 1 ? clr.opacity…
1508 var clr = Snap.getRGB(r);1509 r = clr.r;1510 g = clr.g;1511 b = clr.b;1555 Snap.color = function (clr) {1557 if (is(clr, "object") && "h" in clr && "s" in clr && "b" in clr) {1558 rgb = Snap.hsb2rgb(clr);1559 clr.r = rgb.r;1560 clr.g = rgb.g;1561 clr.b = rgb.b;[all …]
971 var clr = R.getRGB(r);972 r = clr.r;973 g = clr.g;974 b = clr.b;1019 R.color = function (clr) { argument1021 if (R.is(clr, "object") && "h" in clr && "s" in clr && "b" in clr) {1022 rgb = R.hsb2rgb(clr);1023 clr.r = rgb.r;1024 clr.g = rgb.g;1025 clr.b = rgb.b;[all …]
115 (mxUtils.bind(this, function(clr) argument123 if (clr == null)125 clr = defaultColor;128 if (clr == 'none')132 else if (clr != null)134 td.style.backgroundColor = '#' + clr;135 var name = this.colorNames[clr.toUpperCase()];145 if (clr != null)151 if (clr == 'none')158 picker.fromString(clr);
46 var clr = (mxUtils.mod(i, 2) == 1) ? evenColColor : oddColColor;49 if (geo != null && clr != mxConstants.NONE)51 c.setFillColor(clr);77 var clr = (mxUtils.mod(i, 2) == 1) ? evenRowColor : oddRowColor;80 if (geo != null && clr != mxConstants.NONE)83 c.setFillColor(clr);
1193 var clr = (color.charAt(0) == '#') ? color.substring(1).toUpperCase() : color;1194 var name = ColorDialog.prototype.colorNames[clr];1279 …var clr = (value != null && typeof value === 'string' && value.charAt(0) == '#') ? value.substring…1280 var name = ColorDialog.prototype.colorNames[clr];
269 - "clr" (Colorize) [ex: &fltr[]=clr|<value>|<color>]449 [ex: &fltr[]=drop|<d>|<w>|<clr>|<a>|<o>]451 width of shadow fade (not yet implemented), <clr> is636 - brit;cont;ds;sat;gray;clr;sep;gam;neg;th;rcd;flip;edge;
993 - 'clr' (Colorize) [ex: &fltr[]=clr|<value>|<color>]1053 [ex: &fltr[]=drop|<d>|<w>|<clr>|<a>]1055 width of shadow fade (not yet implemented), <clr> is
163 $Examples[] = array('getstrings' => array('src='.$img['landscape'].'&w=300&fltr[]=clr|25|00FF00'), …
1 …ts:1,brvc:1,brvs:1,bset:1,bst:1,call:1,cbi:1,cbr:1,clc:1,clh:1,cli:1,cln:1,clr:1,cls:1,clt:1,clv:1… property