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