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