up Inquisit Language Reference

textBGColorRed property

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

Member of

<clock> <text>

Syntax

object.name.textBGColorRed

Read/Write

Type

integer

Remarks

Examples

The following displays the value of textBGColorRed in a text stimulus:

<text myText>
/ items= ("textBGColorRed = <% text.circle.textBGColorRed %>")
</text>

The following displays the value of textBGColorRed in an instruction page:

<page myPage>
textBGColorRed = <% text.circle.textBGColorRed %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.