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> <survey> <instruct>

Syntax

object.name.screenColorBlue

Read/Write

Type

integer

Remarks

Higher values mean the color has more blue.

Examples

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

<text myText>
/ items= ("screenColorBlue = <% block.myBlock.screenColorBlue %>")
</text>

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

<page myPage>
screenColorBlue = <% block.ablock.screenColorBlue %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.