Skip to content

Theemo / @theemo/tokens / ColorTransform

Type: ColorTransform

ts
type ColorTransform: Partial<Record<"hue" | "saturation" | "lightness" | "alpha", number>>;

Color transformations

Source

packages/@theemo/tokens/src/token-types.ts:274