up Inquisit Language Reference

textColorBlue property

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

Member of

<clock> <instruct> <text>

Syntax

object.name.textColorBlue

Read/Write

Type

integer

Remarks

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.