Function: splitComplementary()
Generates a split-complementary color harmony.
Parameters
| Parameter | Type | Default value | Description | 
|---|---|---|---|
color | Color | undefined | The base color. | 
angle? | number | 30 | The angle of split (default: 30 degrees). | 
Returns
An array containing the base color and two split-complementary colors.
Defined in
harmony/components/split-complementary.ts:10