Skip to content

Theemo / @theemo/tokens / ColorTransform

Type Alias: ColorTransform

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

Color transformations

Defined in

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