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