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

Syntax

object.name.screenColorRed

Read/Write

Type

integer

Remarks

Higher values mean the color has more red.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.