48 PRIMARY_COLOR = 0x8577,
55 ONE_MINUS_SRC_COLOR = 0x0301,
57 ONE_MINUS_SRC_ALPHA = 0x0303
74 const Operation rgboperation,
75 const Operation alphaoperation,
76 const Source * rgbsource,
77 const Source * alphasource,
78 const Operand * rgboperand,
79 const Operand * alphaoperand,
82 const float alphascale);
84 static SbBool isDefault(
SoState *
const state,
87 static void get(
SoState *
const state,
89 Operation & rgboperation,
90 Operation & alphaoperation,
94 Operand * alphaoperand,
103 virtual void setElt(
const int unit,
104 const uint32_t nodeid,
105 const Operation rgboperation,
106 const Operation alphaoperation,
107 const Source * rgbsource,
108 const Source * alphasource,
109 const Operand * rgboperand,
110 const Operand * alphaoperand,
112 const float rgbscale,
113 const float alphascale);
115 static void apply(
SoState * state,
const int unit);
121 Source alphasource[3];
122 Operand rgboperand[3];
123 Operand alphaoperand[3];
124 Operation rgboperation;
125 Operation alphaoperation;
132 const UnitData & getUnitData(
const int unit)
const;
135 void setDefaultValues(
const int unit);
136 SoTextureCombineElementP * pimpl;
The SbColor4f class contains the red, green, blue and alpha components which make up a color value.
Definition SbColor4f.h:33
The SoTextureCombineElement class is yet to be documented.
Definition SoTextureCombineElement.h:36