pltICursor GetLineColor

Finds the cursor’s line’s color.

Syntax

pltICursor_handle GetLineColor

Application

Tcl Query

Description

This command returns the cursor’s line’s color. A string is returned that represents the RGB value (the amount of red, green, and blue respectively), that determines the color.

Examples

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetCurveHandle c1 1;
c1 GetCursorHandle cur 1;
cur GetLineColor;

Errors

The RGB value or an error message is returned.

Keywords

Tcl

Cursor

Query