The value (0 to 255) of the red component of a text's background color.
object.name.textBGColorRed
Read/Write
integer
The following displays the value of textBGColorRed in a text stimulus:
<text myText>
/ items= ("textBGColorRed = <% text.circle.textBGColorRed %>")
</text>
The following displays the value of textBGColorRed in an instruction page:
<page myPage>
textBGColorRed = <% text.circle.textBGColorRed %>
</page>