SoWinRenderAreaSetBackgroundColor Method |
Sets the background color for this window.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetBackgroundColor(
SbColor c
)
Public Sub SetBackgroundColor (
c As SbColor
)
public:
void SetBackgroundColor(
SbColor c
)
member SetBackgroundColor :
c : SbColor -> unit
Parameters
- c
- Type: OIV.InventorSbColor
Remarks Default is black (0,0,0).
The default value can be set using the environment variable OIV_BACKGROUND_COLOR (3 floats representing RGB values of the colors separated by space).
See Also