Skip to content

@phun-ky/moebius / MoebiusHWBObjectType

Type Alias: MoebiusHWBObjectType

ts
type MoebiusHWBObjectType = {
  b: number;
  h: number;
  w: number;
};

Defined in: types/index.ts:194

HWB color object.

Properties

b

ts
b: number;

Defined in: types/index.ts:194


h

ts
h: number;

Defined in: types/index.ts:194


w

ts
w: number;

Defined in: types/index.ts:194