Stores ambient color of current material (superseded by SoMaterialElement). More...
#include <Inventor/elements/SoAmbientColorElement.h>
Public Member Functions | |
int32_t | getNum () const |
const SbColor & | get (int index) const |
Static Public Member Functions | |
static void | set (SoState *state, SoNode *, int32_t numColors, const SbColor *colors) |
static const SoAmbientColorElement * | getInstance (SoState *state) |
static SbColor | getDefault () |
Stores ambient color of current material (superseded by SoMaterialElement).
This class is superseded by the SoMaterialElement class. All methods are converted inline to SoMaterialElement methods for compatibility. This only uses the first ambient color, not an array of them.
const SbColor & SoAmbientColorElement::get | ( | int | index | ) | const [inline] |
Returns the current ambient color.
static SbColor SoAmbientColorElement::getDefault | ( | ) | [inline, static] |
Returns the default ambient color.
const SoAmbientColorElement * SoAmbientColorElement::getInstance | ( | SoState * | state | ) | [inline, static] |
Returns the top (current) instance of the element in the state.
int32_t SoAmbientColorElement::getNum | ( | ) | const [inline] |
Returns the number of ambient colors in any instance.
void SoAmbientColorElement::set | ( | SoState * | state, | |
SoNode * | node, | |||
int32_t | numColors, | |||
const SbColor * | colors | |||
) | [inline, static] |
Sets the current ambient color(s).