Skip to content

Theemo / @theemo/figma / ColorAlphaFormat

Enumeration: ColorAlphaFormat

Options to generate color in alpha format

Enumeration Members

Hsl

ts
Hsl: "hsl";

With hsl()

See

MDN

Source

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


Rgb

ts
Rgb: "rgb";

With rgba()

See

MDN

Source

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