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