1 #ifndef COIN_SOAMBIENTCOLORELEMENT_H 
    2 #define COIN_SOAMBIENTCOLORELEMENT_H 
   27 #include <Inventor/elements/SoReplacedElement.h> 
   36   static void initClass(
void);
 
   43                   const int32_t numcolors, 
const SbColor * 
const colors);
 
   47   int32_t getNum(
void) 
const;
 
   48   const SbColor & 
get(
const int index) 
const;
 
   49   const SbColor * getArrayPtr(
void) 
const;
 
   55 #endif // !COIN_SOAMBIENTCOLORELEMENT_H 
The SoAmbientColorElement class is yet to be documented. 
Definition: SoAmbientColorElement.h:31
The SbColor class contains the red, green and blue components which make up a color value...
Definition: SbColor.h:30
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:35
virtual void init(SoState *state)
Definition: SoReplacedElement.cpp:79
The SoReplacedElement class is an abstract element superclass.This is the superclass of all elements ...
Definition: SoReplacedElement.h:30