Theemo / @theemo/tokens / ColorTransform
Type Alias: ColorTransform
ts
type ColorTransform = Partial<Record<"hue" | "saturation" | "lightness" | "alpha", number>>;
Defined in: packages/tokens/src/token-types.ts:277
Color transformations