Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
Loading...
Searching...
No Matches

◆ complimentary_color()

def Cope.colors.complimentary_color ( color,
Literal['html', 'rgb', 'rgba', 'opengl', 'hsv', 'hls', 'yiq']  rtn = 'rgb' 
)

Returns the color opposite it on the color wheel, with the same saturation and value.

Definition at line 40 of file colors.py.