MCPcopy Create free account
hub / github.com/Normal-Tangerine8609/Scriptable-Widgets / hex

Function hex

scripts/html-gradient.js:204–204  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

202
203 function rgbaToScriptable(r, g, b, a = 1) {
204 const hex = (n) => n.toString(16).padStart(2, "0");
205 return new Color(`#${hex(r)}${hex(g)}${hex(b)}`, a);
206 }
207 }

Callers 1

rgbaToScriptableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected