24#ifndef _SO_GRADIENT_BACKGROUND_H_
25#define _SO_GRADIENT_BACKGROUND_H_
27#include <Inventor/fields/SoSFColor.h>
28#include <Inventor/fields/SoSFBool.h>
30#include <Inventor/SbPImpl.h>
31#include <Inventor/nodes/SoBackground.h>
121 static
void initClass();
122 static
void exitClass();
137 void commonConstructor();
Renders a scene graph using Open Inventor's Render Engine.
Gradient background node.
SoSFBool swapColors
Reverse colors (default is FALSE).
SoSFColor color0
First color in gradient (0.7 0.7 0.8 by default).
SoSFColor color1
Second color in gradient (0.0 0.1 0.3 by default).
SoGradientBackground()
Creates a background gradient node with default settings.
Field containing a single Boolean value.
Field containing an RGB color.