up Inquisit Language Reference

colorBlue property

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

Member of

<clearScreen> <shape>

Syntax

object.name.colorBlue

Read/Write

Type

integer

Remarks

Examples

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

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

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

<page myPage>
ColorBlue = <% shape.circle.colorBlue %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.