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