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