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