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