1#ifndef SMALLCHANGE_COLORGRADIENTELEMENT_H
2#define SMALLCHANGE_COLORGRADIENTELEMENT_H
27#include <Inventor/elements/SoReplacedElement.h>
28#include <Inventor/elements/SoSubElement.h>
29#include <Inventor/SbLinear.h>
41#include <SmallChange/basic.h>
58 static void initClass(
void);
60 virtual void init(SoState * state);
61 virtual void push(SoState * state);
63 static void set(SoState * state,
SoNode * node,
64 const Mapping & mapping,
67 const SbColor * colors);
69 static void get(SoState * state,
72 const float *& params,
73 const SbColor *& colors);
82 const SbColor * colors;
Definition SmColorGradientElement.h:46