esdalmaijer / PyGaze

an open-source, cross-platform toolbox for minimal-effort programming of eye tracking experiments
www.pygaze.org
GNU General Public License v3.0
670 stars 211 forks source link

EyeTribe: fix color specifications #141

Closed smathot closed 4 years ago

smathot commented 4 years ago

This may be related to a change in behavior of PyGame, but color names don't work anymore.

esdalmaijer commented 4 years ago

Oh, interesting! I didn't see this issue when testing; maybe I forgot to run in PyGame. (EDIT: Forgot to run specifically the EyeTribe test using PyGame. Definitely tested Alea and EyeLink in both back-ends. EDIT EDIT: Actually, on second thought, I might have overlooked the colour altogether. I vaguely recall the message being presented in grey or white.)

Colour names don't occur in any other files, save from the documentation (docstrings should be updated), and the constants of an example. (Using "pink" for a gaze-contingent cursor.)