SiRenderAreaSetClearColor Method |
Defines the RGBA value used when the color buffer is cleared.
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax void SetClearColor(
SbColorRGBA color
)
Sub SetClearColor (
color As SbColorRGBA
)
void SetClearColor(
SbColorRGBA color
)
abstract SetClearColor :
color : SbColorRGBA -> unit
Parameters
- color
- Type: OIV.InventorSbColorRGBA
RGBA value used to clear the color buffer.
Remarks See Also