You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2019. It is now read-only.
I can see the gamma / low_light properties and gamma_reset function are there but do nothing. I don't expect them to do anything as they're basically pointless in this use case. I would like there to be a warning message, even if it's just an in-line print statement, informing the user that these functions are included only for compatibility but have no effect on the emulated visual output.
I've also noticed you can't seem to use the reversed function on the gamma property.
I can see the gamma / low_light properties and gamma_reset function are there but do nothing. I don't expect them to do anything as they're basically pointless in this use case. I would like there to be a warning message, even if it's just an in-line print statement, informing the user that these functions are included only for compatibility but have no effect on the emulated visual output.
I've also noticed you can't seem to use the
reversedfunction on the gamma property.TypeError: object of type '<invalid type>' has no len() on line 6 in main.py