AAT - screen color


Author
Message
alexa
alexa
Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)
Group: Forum Members
Posts: 27, Visits: 78
Hello,

I would like to modify the screen color of the AAT (following the Scrit of Katja Borchert, APPROACH-AVOIDANCE-TASK (AAT), last updated: 09-04-2014) because I am using pictures (as stimuli) which have a white background. Unfortunately, the screen color is white so one cannot differentiate between landscape and portrait-format (to push / pull the pictures).
Is there anything I can do to change the screen color into black?

I used this (I added screencolor):
<defaults >
/canvasaspectratio = (4,3)
/minimumversion = "4.0.4.0"
/ inputdevice = joystick
/joystickthreshold = 30
/screencolor = (X, X, X)
</defaults>
but I don't know how to mix black. Also, I tried it for just one color (e.g. /screencolor = (0, 0, 255) but the script didn't start.

Thank you,
Alexa



Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
alexa - Tuesday, November 22, 2016
Hello,

I would like to modify the screen color of the AAT (following the Scrit of Katja Borchert, APPROACH-AVOIDANCE-TASK (AAT), last updated: 09-04-2014) because I am using pictures (as stimuli) which have a white background. Unfortunately, the screen color is white so one cannot differentiate between landscape and portrait-format (to push / pull the pictures).
Is there anything I can do to change the screen color into black?

I used this (I added screencolor):
<defaults >
/canvasaspectratio = (4,3)
/minimumversion = "4.0.4.0"
/ inputdevice = joystick
/joystickthreshold = 30
/screencolor = (X, X, X)
</defaults>
but I don't know how to mix black. Also, I tried it for just one color (e.g. /screencolor = (0, 0, 255) but the script didn't start.

Thank you,
Alexa



You can simply specify

/ screencolor = black

You'll also have to change the <shape eraser>'s /color to black

<shape eraser>
/ shape = rectangle
/ color = black
/ size = (100%, 100%)
/ erase = false
</shape>



alexa
alexa
Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)
Group: Forum Members
Posts: 27, Visits: 78
Dave - Tuesday, November 22, 2016
alexa - Tuesday, November 22, 2016
Hello,

I would like to modify the screen color of the AAT (following the Scrit of Katja Borchert, APPROACH-AVOIDANCE-TASK (AAT), last updated: 09-04-2014) because I am using pictures (as stimuli) which have a white background. Unfortunately, the screen color is white so one cannot differentiate between landscape and portrait-format (to push / pull the pictures).
Is there anything I can do to change the screen color into black?

I used this (I added screencolor):
<defaults >
/canvasaspectratio = (4,3)
/minimumversion = "4.0.4.0"
/ inputdevice = joystick
/joystickthreshold = 30
/screencolor = (X, X, X)
</defaults>
but I don't know how to mix black. Also, I tried it for just one color (e.g. /screencolor = (0, 0, 255) but the script didn't start.

Thank you,
Alexa



You can simply specify

/ screencolor = black

You'll also have to change the <shape eraser>'s /color to black

<shape eraser>
/ shape = rectangle
/ color = black
/ size = (100%, 100%)
/ erase = false
</shape>



That works perfectly!
Thank you so much!

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search