@phun-ky/moebius / NearestColorColorMatchInterface
Interface: NearestColorColorMatchInterface
Defined in: types/index.ts:233
A matched color name and its RGB/hex representation.
Properties
name
ts
name: string;
Defined in: types/index.ts:234
rgb
ts
rgb: MoebiusRGBObjectType;
Defined in: types/index.ts:236
value
ts
value: string;
Defined in: types/index.ts:235