Theemo / @theemo/figma / ColorFormat
Enumeration: ColorFormat
Defined in: packages/figma/src/config.ts:10
Options to generate (non-alpha) color format
Enumeration Members
Hex
ts
Hex: "hex";
Defined in: packages/figma/src/config.ts:23
In hex format
See
Hsl
ts
Hsl: "hsl";
Defined in: packages/figma/src/config.ts:30
With hsl()
See
Rgb
ts
Rgb: "rgb";
Defined in: packages/figma/src/config.ts:16
With rgb()