A value from 0 ot 255 specifying the intensity of the red component of the erase color.
visualstimulus.name.eraseColorRed
Read/Write
integer
Higher values mean the color is more red.
The following displays the value of eraseColorRed in a text stimulus:
<text myText>
/ items= ("eraseColorRed = <% text.myText.eraseColorRed %>")
</text>
The following displays the value of eraseColorRed in an instruction page:
<page myPage>
eraseColorred = <% text.myText.eraseColorRed %>
</page>