Skip to content

@phun-ky/moebius / MoebiusInterpolationMode

Type Alias: MoebiusInterpolationMode

ts
type MoebiusInterpolationMode =
  | 'hcl'
  | 'hsi'
  | 'hsl'
  | 'hsv'
  | 'lab'
  | 'lch'
  | 'lrgb'
  | 'oklab'
  | 'oklch'
  | 'rgb';

Defined in: types/index.ts:5