up Inquisit Language Reference

erasecolorgreen property

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

Member of

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

Remarks

Higher values mean the color is greener.

Examples

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

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

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

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

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