A value from 0 ot 255 specifying the intensity of the blue component of the screen color.
object.name.screenColorBlue
Read/Write
integer
Higher values mean the color has more blue.
The following displays the value of screenColorBlue in a text stimulus:
<text myText>
/ items= ("screenColorBlue = <% block.myBlock.screenColorBlue %>")
</text>
The following displays the value of screenColorBlue in an instruction page:
<page myPage>
screenColorBlue = <% block.ablock.screenColorBlue %>
</page>