A value from 0 ot 255 specifying the intensity of the green component of the screen color.
object.name.screenColorGreen
Read/Write
integer
Higher values mean the color has more green.
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>