The value (0 to 255) of the blue component of a shape's color.
<clearScreen> <shape>
object.name.colorRed
Read/Write
integer
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>