python-sfml
python-sfml copied to clipboard
Color.toInteger() missing, could be implemented as __int__
The Color class from SFML contains .toInteger() method, which is missing here, could be implemented as __int__(), which would be great.