MCPcopy
hub / github.com/bgrins/TinyColor / colorsToHexString

Function colorsToHexString

test.js:2074–2080  ·  view source on GitHub ↗
(colors)

Source from the content-addressed store, hash-verified

2072// The combination tests need to be expanded furthe
2073
2074function colorsToHexString(colors) {
2075 return colors
2076 .map(function (c) {
2077 return c.toHex();
2078 })
2079 .join(",");
2080}
2081
2082Deno.test("complement", function () {
2083 var complementDoesntModifyInstance = tinycolor("red");

Callers 1

test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…