plt3DIPlot GetBackgroundColor

Returns the current background color of the HyperGraph 3D window.

Syntax

plt3DIPlot_handle GetBackgroundColor

Application

HyperWorks Tcl Query

Description

Returns three values from 0 - 255 that represent the red, green, and blue components of the color.

Example

hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName GetBackgroundColor

Errors

None.