Function: tints()
tints(
color,count?):Color[]
Generates a tints color harmony.
Parameters
| Parameter | Type | Default value | Description |
|---|---|---|---|
color | Color | undefined | The base color. |
count? | number | 5 | The number of tints to generate (default: 5). |
Returns
Color[]
An array containing the base color and additional lighter tints.
Defined in
harmony/components/tints.ts:10