up Inquisit Language Reference

erasecolorblue property

A value from 0 ot 255 specifying the intensity of the blue component of the erase color.

Member of

<button> <clock> <picture> <shape> <text> <video>

Remarks

Higher values mean the color has more blue.

Examples

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

<text sometext>
/ items= ("erasecolorblue = <% text.sometext.erasecolorblue %>")
</text>

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

<page somepage>
erasecolorblue = <% text.sometext.erasecolorblue %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.