Function: colcur( )

Syntax

colcur ({<cursor> {,<crosshair>}})

Type

numeric

Returns

The color components of a point pixel in graphic window read via an interactive mouse operation. 3 values are returned, red, green and blue, all in the range 0 through 100.

Parameters

Examples

Use the default cursor.

numeric rgb[3] = colcur

Use a "hand" cursor.

numeric rgb[] = colcur(hand)

Use the large crosshairs.

numeric rgb[] = colcur(null,1)

See Also

Commands:

uncursor

Identifiers:

tracking (procedure)