up Inquisit Language Reference

eraseColorRed property

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

Member of

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

Syntax

visualstimulus.name.eraseColorRed

Read/Write

Type

integer

Remarks

Higher values mean the color is more red.

Examples

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

<text myText>
/ items= ("eraseColorRed = <% text.myText.eraseColorRed %>")
</text>

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

<page myPage>
eraseColorred = <% text.myText.eraseColorRed %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.