1#ifndef COIN_SOSPECULARCOLORELEMENT_H
2#define COIN_SOSPECULARCOLORELEMENT_H
36#include <Inventor/elements/SoReplacedElement.h>
52 const int32_t numColors,
const SbColor *
const colors);
56 int32_t getNum(
void)
const;
57 const SbColor & get(
const int index)
const;
58 const SbColor * getArrayPtr(
void)
const;
The SbColor class contains the red, green and blue components which make up a color value.
Definition SbColor.h:39
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoReplacedElement class is an abstract element superclass.
Definition SoReplacedElement.h:39
static void initClass(void)
Definition SoReplacedElement.cpp:77
virtual void init(SoState *state)
Definition SoReplacedElement.cpp:91
The SoSpecularColorElement is yet to be documented.
Definition SoSpecularColorElement.h:40
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44