(e3, t3)
| 2441 | return t3.length < 2 ? "0" + t3 : t3; |
| 2442 | } |
| 2443 | function _(e3, t3) { |
| 2444 | return e3 < t3 ? (t3 + 0.05) / (e3 + 0.05) : (e3 + 0.05) / (t3 + 0.05); |
| 2445 | } |
| 2446 | t2.NULL_COLOR = { css: "#00000000", rgba: 0 }, (function(e3) { |
| 2447 | e3.toCss = function(e4, t3, i3, s3) { |
| 2448 | return void 0 !== s3 ? `#${d(e4)}${d(t3)}${d(i3)}${d(s3)}` : `#${d(e4)}${d(t3)}${d(i3)}`; |
no outgoing calls
no test coverage detected