@phun-ky/moebius / MoebiusColorInterface
Interface: MoebiusColorInterface
Defined in: types/index.ts:30
Represents a color object with various color representations.
Properties
cmyk
ts
cmyk: MoebiusCMYKObjectType;
Defined in: types/index.ts:46
color
ts
color: MoebiusChromaColorInputType;
Defined in: types/index.ts:31
hex
ts
hex: `#${string}`;
Defined in: types/index.ts:33
hsi
ts
hsi: MoebiusHSIObjectType;
Defined in: types/index.ts:44
hsl
ts
hsl: MoebiusHSLObjectType;
Defined in: types/index.ts:35
hslFloat
ts
hslFloat: MoebiusHSLObjectType;
Defined in: types/index.ts:36
hsv
ts
hsv: MoebiusHSVObjectType;
Defined in: types/index.ts:39
hwb
ts
hwb: MoebiusHWBObjectType;
Defined in: types/index.ts:38
lab
ts
lab: MoebiusLABObjectType;
Defined in: types/index.ts:40
lch
ts
lch: MoebiusLCHObjectType;
Defined in: types/index.ts:42
name
ts
name: string;
Defined in: types/index.ts:32
oklab
ts
oklab: MoebiusLABObjectType;
Defined in: types/index.ts:45
oklch
ts
oklch: MoebiusLCHObjectType;
Defined in: types/index.ts:43
rgb
ts
rgb: `rgb(${number}, ${number}, ${number})`;
Defined in: types/index.ts:34
rgbFloat
ts
rgbFloat: MoebiusRGBObjectType;
Defined in: types/index.ts:37
xyz
ts
xyz: MoebiusXYZObjectType;
Defined in: types/index.ts:41