MCPcopy
hub / github.com/omgovich/colord / Fixture

Interface Fixture

tests/fixtures.ts:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { HslColor, HsvColor, Input, RgbColor } from "../src/types";
2
3interface Fixture {
4 hex: string;
5 rgb: RgbColor;
6 hsl: HslColor;
7 hsv: HsvColor;
8}
9
10// https://www.w3schools.com/colors/colors_converter.asp
11// https://www.rapidtables.com/convert/color/rgb-to-hsv.html

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…