up Inquisit Language Reference

screenColorGreen property

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

Member of

<block> <survey> <instruct>

Syntax

object.name.screenColorGreen

Read/Write

Type

integer

Remarks

Higher values mean the color has more green.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.