up Inquisit Language Reference

screencolorred property

A value from 0 ot 255 specifying the intensity of the red component of the screen color.

Member of

<block> <instruct>

Remarks

Higher values mean the color has more red.

Examples

The following displays the value of screencolorred in a text stimulus:

<text sometext>
/ items= ("screencolorred = <% block.someblock.screencolorred %>")
</text>

The following displays the value of screencolorred in an instruction page:

<page somepage>
screencolorred = <% block.ablock.screencolorred %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.