Appearance
function analogous(color): [Color, Color, Color];
Defined in: analogous.ts:11
Returns the analogous color harmony for the given color.
color
Color
[Color, Color, Color]
a tuple of [original, hue+30, hue-30]