David Bridges
David Bridges
In PsychoPy, you can change the color of your image component on every repeat or every frame using the ```Color``` parameter in the Builder image component. However, the code that...
See the URL below for an example. In the example, a valid click of either the "Click Me!" text or the polygon rect should end the trial. The text component...
Currently, passing util.Color an undefined value returns a default color ("Black"). This means that users cannot create transparent shapes. To fix, util.Color should return undefined or transparent color when fed...
It is not simple to align multiple text components of different width / numbers of characters because `alignHoriz` parameter works within the bounding box, rather than on the bounding box....