SoRenderAreaCoreSetClearColor Method |
Defines the RGBA value used when the color buffer is cleared.
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public virtual void SetClearColor(
SbColorRGBA color
)
Public Overridable Sub SetClearColor (
color As SbColorRGBA
)
public:
virtual void SetClearColor(
SbColorRGBA color
)
abstract SetClearColor :
color : SbColorRGBA -> unit
override SetClearColor :
color : SbColorRGBA -> unit
Parameters
- color
- Type: OIV.InventorSbColorRGBA
RGBA value used to clear the color buffer.
Implements
SiRenderAreaSetClearColor(SbColorRGBA)Remarks See also setClearPolicy. Default is transparent black (0,0,0,0).
This is equivalent to setBackgroundColor() in the classical view classes.
See Also