up Inquisit Language Reference

textColorRed property

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

Member of

<clock> <instruct> <text>

Syntax

object.name.textColorRed

Read/Write

Type

integer

Remarks

Examples

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

<text myText>
/ items= ("textColorRed = <% text.bar.textColorRed %>")
</text>

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

<page myPage>
textColorRed = <% text.foo.textColorRed %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.