up Inquisit Language Reference

calibrationTargetColor attribute

The calibrationtargetColor attribute sets the color of the calibration target.

Member of

<eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii>

Syntax

/ calibrationTargetColor = colorname

or

/ calibrationTargetColor = hexvalue

or

/ calibrationTargetColor = (red, green, blue)

Parameters

Name Type Description
colorname color The name of a built in color.
hexvalue color A hexadecimal value starting with '#' indicating the red, green, and blue values (e.g., #FF0000 for red, #00FF00 for green, or #0000FF for blue)
red color An integer from 0 to 255 specifying the intensity of the red component.
green color An integer from 0 to 255 specifying the intensity of the green component.
blue color An integer from 0 to 255 specifying the intensity of the blue component.

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>

Copyright Millisecond Software, LLC. All rights reserved.