python-sfml icon indicating copy to clipboard operation
python-sfml copied to clipboard

Color.toInteger() missing, could be implemented as __int__

Open tgrajewski opened this issue 7 years ago • 0 comments

The Color class from SFML contains .toInteger() method, which is missing here, could be implemented as __int__(), which would be great.

tgrajewski avatar Apr 09 '17 22:04 tgrajewski