SoSceneManagerSetBackgroundColorRGBA Method |
Defines the window background color when in RGBA mode.
Namespace: OIV.Inventor
RGBA background color
This is the color the scene manager viewport is cleared to when OIV.Inventor.SoSceneManager.Render() is called. Default is transparent black (0,0,0,0).
The default RGB color (but NOT alpha) can be set using the environment variable OIV_BACKGROUND_COLOR or by calling OIV.Inventor.SoSceneManager.SetBackgroundColor(OIV.Inventor.SbColor).