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

◆ invert_color()

Tuple['r', 'g', 'b'] Cope.colors.invert_color ( args,
**  kwargs 
)

Inverts a color.

NOTE: If you pass alpha to this function it will still work, but it won't return it.

Definition at line 269 of file colors.py.