up Inquisit Language Reference

colorRed property

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

Member of

<clearScreen> <shape>

Syntax

object.name.colorRed

Read/Write

Type

integer

Remarks

Examples

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

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

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

<page myPage>
Colorred = <% shape.circle.colorRed %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.