plt3DIWaterfall GetColor

Gets the color of the waterfall.

Syntax

plt3DIWaterfall_handle GetColor

Application

Tcl Query

Description

Returns a color identifier string. The string returned will be either a color name, if the RGB values of the color match a name, an index, if the value matches one of the standard palette of colors, or a set of three RGB values.

Example

To get the color of an existing waterfall:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetWaterfallHandle myWaterfallName 1
myWaterfallName GetColor

Errors

None.