MCPcopy
hub / github.com/spicetify/cli / hsl

Interface hsl

globals.d.ts:2194–2198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2192 >;
2193
2194 interface hsl {
2195 h: number;
2196 s: number;
2197 l: number;
2198 }
2199 interface hsv {
2200 h: number;
2201 s: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected