up Inquisit Language Reference

calibrationtargetcolor attribute

The calibrationtargetcolor attribute sets the color of the calibration target.

Member of

<eyetracker>

Syntax

/ calibrationtargetcolor = (red value, green value, blue value)

or

/ calibrationtargetcolor = color name

or

/ calibrationtargetcolor = color value

Parameters

red value An integer from 0 to 255 specifying the intensity of the red component.
green value An integer from 0 to 255 specifying the intensity of the green component.
blue value An integer from 0 to 255 specifying the intensity of the blue component.
color name The name of a built in color.
color value A 32-bit argb value specified as in integer or a CSS hex value (e.g., #0000FF or #00F for blue).

Remarks

The default calibrationtargetcolor is white (255, 255, 255).

Examples

The following sets the calibration target color to blue:

<eyetracker myblock>
/ calibrationtargetcolor = (0, 0, 255)
</eyetracker>

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