56 PRIMARY_COLOR = 0x8577,
63 ONE_MINUS_SRC_COLOR = 0x0301,
65 ONE_MINUS_SRC_ALPHA = 0x0303
82 const Operation rgboperation,
83 const Operation alphaoperation,
84 const Source * rgbsource,
85 const Source * alphasource,
86 const Operand * rgboperand,
87 const Operand * alphaoperand,
90 const float alphascale);
92 static SbBool isDefault(
SoState *
const state,
95 static void get(
SoState *
const state,
97 Operation & rgboperation,
98 Operation & alphaoperation,
100 Source * alphasource,
101 Operand * rgboperand,
102 Operand * alphaoperand,
111 virtual void setElt(
const int unit,
112 const SbUniqueId nodeid,
113 const Operation rgboperation,
114 const Operation alphaoperation,
115 const Source * rgbsource,
116 const Source * alphasource,
117 const Operand * rgboperand,
118 const Operand * alphaoperand,
120 const float rgbscale,
121 const float alphascale);
123 static void apply(
SoState * state,
const int unit);
132 Source alphasource[3];
133 Operand rgboperand[3];
134 Operand alphaoperand[3];
135 Operation rgboperation;
136 Operation alphaoperation;
143 const UnitData & getUnitData(
const int unit)
const;
146 SoTextureCombineElementP * pimpl;
The SbColor4f class contains the red, green, blue and alpha components which make up a color value.
Definition SbColor4f.h:42
Definition SoTextureCombineElement.h:125
The SoTextureCombineElement class is yet to be documented.
Definition SoTextureCombineElement.h:44