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