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