In coder view:
Where you set up your window (visual.Window) simply add the
keyword/keyarg: rgb=(-1,-1,-1)
e.g. change the following:
myWin = visual.Window((600,600), allowGUI=False,
monitor='testMonitor',winType='pyglet', units='norm')
to:
myWin = visual.Window((600,600), allowGUI=False,
monitor='testMonitor',winType='pyglet', units='norm', rgb=(-1,-1,-1))
in Builder:
click experiment Settings (white arrows on purple button) and change
color from [0,0,0] to [-1,-1,-1]
Andre'
> --
> You received this message because you are subscribed to the Google Groups
> "psychopy-users" group.
> To post to this group, send email to
psychop...@googlegroups.com.
> To unsubscribe from this group, send email to
>
psychopy-user...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/psychopy-users?hl=en.
>
>