Stores the current textured text quality range. More...
#include <Inventor/elements/SoTextStyleColorsElement.h>
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | set (SoState *state, SoNode *node, const SbColorRGBA *colors) |
static const SbColorRGBA * | get (SoState *state) |
static SbColorRGBA * | getDefault () |
This element stores the current textured text quality range value.
static const SbColorRGBA* SoTextStyleColorsElement::get | ( | SoState * | state | ) | [static] |
Gets the current range in the state.
static int SoTextStyleColorsElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoReplacedElement.
static SoType SoTextStyleColorsElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoReplacedElement.
static SbColorRGBA* SoTextStyleColorsElement::getDefault | ( | ) | [static] |
Returns the default value.
static void SoTextStyleColorsElement::set | ( | SoState * | state, | |
SoNode * | node, | |||
const SbColorRGBA * | colors | |||
) | [static] |
Sets the current range in the state.