up Inquisit Language Reference

textBGColorBlue property

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

Member of

<clock> <text>

Syntax

object.name.textBGColorBlue

Read/Write

Type

integer

Remarks

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.