up Inquisit Language Reference

screencolorblue property

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

Member of

<block> <instruct>

Remarks

Higher values mean the color has more blue.

Examples

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

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

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

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

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