Lines Matching refs:tint

4681 	if (nTS != 0) out.tint = nTS > 0 ? nTS / 32767 : nTS / 32768;
4698 var nTS = color.tint || 0;
9851 /* 18.3.1.15 color CT_Color TODO: tint, theme, auto, indexed */
10516 /* 18.8.3 bgColor tint algorithm */
10517 function rgb_tint(hex, tint) { argument
10518 if(tint === 0) return hex;
10520 if (tint < 0) hsl[2] = hsl[2] * (1 + tint);
10521 else hsl[2] = 1 - (1 - hsl[2]) * (1 - tint);
10698 if(y.tint) fill.bgColor.tint = parseFloat(y.tint);
10708 if(y.tint) fill.fgColor.tint = parseFloat(y.tint);
10829 if(y.tint) font.color.tint = parseFloat(y.tint);
10831 …t.color.rgb = rgb_tint(themes.themeElements.clrScheme[font.color.theme].rgb, font.color.tint || 0);
11244 …val.color.rgb = rgb_tint(themes.themeElements.clrScheme[val.color.theme].rgb, val.color.tint || 0);
11623 …o[o.length] = '<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="50000"/><a:satMod val="30…
11624 …o[o.length] = '<a:gs pos="35000"><a:schemeClr val="phClr"><a:tint val="37000"/><a:satMod val…
11625 …o[o.length] = '<a:gs pos="100000"><a:schemeClr val="phClr"><a:tint val="15000"/><a:satMod va…
11631 …o[o.length] = '<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="100000"/><a:shade val="10…
11632 …o[o.length] = '<a:gs pos="100000"><a:schemeClr val="phClr"><a:tint val="50000"/><a:shade val…
11665 …o[o.length] = '<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="40000"/><a:satMod val="35…
11666 …o[o.length] = '<a:gs pos="40000"><a:schemeClr val="phClr"><a:tint val="45000"/><a:shade val=…
11673 …o[o.length] = '<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="80000"/><a:satMod val="30…
15225 …Color.rgb = rgb_tint(themes.themeElements.clrScheme[p.s.fgColor.theme].rgb, p.s.fgColor.tint || 0);
15229 …Color.rgb = rgb_tint(themes.themeElements.clrScheme[p.s.bgColor.theme].rgb, p.s.bgColor.tint || 0);