@phun-ky/moebius / MoebiusPaletteColorsInterface
Interface: MoebiusPaletteColorsInterface
Defined in: types/index.ts:75
Defines generated palette schemes (e.g., split, triadic).
Properties
analogous
ts
analogous: `#${string}`[];
Defined in: types/index.ts:85
complement
ts
complement: `#${string}`[];
Defined in: types/index.ts:79
hexadic
ts
hexadic: `#${string}`[];
Defined in: types/index.ts:84
interpolate
ts
interpolate: `#${string}`[];
Defined in: types/index.ts:76
luminanceShift
ts
luminanceShift: `#${string}`[];
Defined in: types/index.ts:77
monochromatic
ts
monochromatic: `#${string}`[];
Defined in: types/index.ts:78
pentadic
ts
pentadic: `#${string}`[];
Defined in: types/index.ts:83
split
ts
split: `#${string}`[];
Defined in: types/index.ts:80
tetradic
ts
tetradic: `#${string}`[];
Defined in: types/index.ts:82
triadic
ts
triadic: `#${string}`[];
Defined in: types/index.ts:81