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> <clearscreen> <clock> <html> <picture> <shape> <text> <video>

Syntax

visualstimulus.name.eraseColorBlue

Read/Write

Type

integer

Remarks

Higher values mean the color has more blue.

Examples

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

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

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

<page myPage>
eraseColorBlue = <% text.myText.eraseColorBlue %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.