Click or drag to resize
SoWinRenderAreaSetBackgroundColor Method

Sets the background color for this window.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetBackgroundColor(
	SbColor c
)

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