MCPcopy
hub / github.com/codeaashu/claude-code / t3

Function t3

src/server/web/public/terminal.js:2455–2457  ·  view source on GitHub ↗
(e4, t4)

Source from the content-addressed store, hash-verified

2453 };
2454 })(o || (t2.channels = o = {})), (function(e3) {
2455 function t3(e4, t4) {
2456 return n = Math.round(255 * t4), [i2, s2, r] = l.toChannels(e4.rgba), { css: o.toCss(i2, s2, r, n), rgba: o.toRgba(i2, s2, r, n) };
2457 }
2458 e3.blend = function(e4, t4) {
2459 if (n = (255 & t4.rgba) / 255, 1 === n) return { css: t4.css, rgba: t4.rgba };
2460 const a2 = t4.rgba >> 24 & 255, h2 = t4.rgba >> 16 & 255, c2 = t4.rgba >> 8 & 255, l2 = e4.rgba >> 24 & 255, d2 = e4.rgba >> 16 & 255, _2 = e4.rgba >> 8 & 255;

Calls 2

_Function · 0.85
maxMethod · 0.80

Tested by

no test coverage detected