Click or drag to resize
SiRenderAreaSetClearColor Method

Defines the RGBA value used when the color buffer is cleared.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
void SetClearColor(
	SbColorRGBA color
)

Parameters

color
Type: OIV.InventorSbColorRGBA

RGBA value used to clear the color buffer.

Remarks

See also setClearPolicy.

See Also