@phun-ky/moebius / MoebiusPaletteAccentColorsInterface
Interface: MoebiusPaletteAccentColorsInterface
Defined in: types/index.ts:98
Represents a palette of accent colors with different schemes.
Properties
analogous
ts
analogous: `#${string}`[][];
Defined in: types/index.ts:108
complement
ts
complement: `#${string}`[][];
Defined in: types/index.ts:102
hexadic
ts
hexadic: `#${string}`[][];
Defined in: types/index.ts:107
interpolate
ts
interpolate: `#${string}`[][];
Defined in: types/index.ts:99
luminanceShift
ts
luminanceShift: `#${string}`[][];
Defined in: types/index.ts:100
monochromatic
ts
monochromatic: `#${string}`[][];
Defined in: types/index.ts:101
pentadic
ts
pentadic: `#${string}`[][];
Defined in: types/index.ts:106
split
ts
split: `#${string}`[][];
Defined in: types/index.ts:103
tetradic
ts
tetradic: `#${string}`[][];
Defined in: types/index.ts:105
triadic
ts
triadic: `#${string}`[][];
Defined in: types/index.ts:104