(e4, t4)
| 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; |
no test coverage detected