We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Initialization a color
pygwin.color(r,g,b,a=255)
Returns color
pygwin.color(hex)
Get hex from color
color.hex()
Returns str
Get rgba from color
color.rgb()
Returns tuple
Get inverse color
color.inverse()