Skip to content

@phun-ky/moebius / MoebiusLABObjectType

Type Alias: MoebiusLABObjectType

ts
type MoebiusLABObjectType = {
  a: number;
  b: number;
  l: number;
};

Defined in: types/index.ts:199

LAB color object.

Properties

a

ts
a: number;

Defined in: types/index.ts:199


b

ts
b: number;

Defined in: types/index.ts:199


l

ts
l: number;

Defined in: types/index.ts:199