Skip to content

Theemo / @theemo/figma / ColorAlphaFormat

Enumeration: ColorAlphaFormat

Defined in: packages/figma/src/config.ts:36

Options to generate color in alpha format

Enumeration Members

Hsl

ts
Hsl: "hsl";

Defined in: packages/figma/src/config.ts:49

With hsl()

See

MDN


Rgb

ts
Rgb: "rgb";

Defined in: packages/figma/src/config.ts:42

With rgba()

See

MDN