Skip to content

@phun-ky/moebius / MoebiusChromaColorInputType

Type Alias: MoebiusChromaColorInputType

ts
type MoebiusChromaColorInputType =
  | MoebiusCMYKObjectType
  | MoebiusLCHObjectType
  | MoebiusHSLObjectType
  | MoebiusColorValueHexType
  | string;

Defined in: types/index.ts:242

Input types accepted by Chroma or Moebius logic.