Skip to content

Theemo / @theemo/figma / ColorFormat

Enumeration: ColorFormat

Options to generate (non-alpha) color format

Enumeration Members

Hex

ts
Hex: "hex";

In hex format

See

MDN

Source

packages/@theemo/figma/src/config.ts:23


Hsl

ts
Hsl: "hsl";

With hsl()

See

MDN

Source

packages/@theemo/figma/src/config.ts:30


Rgb

ts
Rgb: "rgb";

With rgb()

See

MDN

Source

packages/@theemo/figma/src/config.ts:16