up Inquisit Language Reference

textBGColorGreen property

The value (0 to 255) of the green component of a text's background color.

Member of

<clock> <text>

Syntax

object.name.textBGColorGreen

Read/Write

Type

integer

Remarks

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.