BlendElementParameters packages all the different blending parameters. More...
#include <Inventor/elements/SoBlendElement.h>
Public Member Functions | |
BlendElementParameters () | |
bool | operator== (const BlendElementParameters &other) const |
bool | operator!= (const BlendElementParameters &other) const |
Public Attributes | |
bool | enabled |
BlendFactor | sourceRGBFactor |
BlendFactor | destinationRGBFactor |
BlendFactor | sourceAlphaFactor |
BlendFactor | destinationAlphaFactor |
BlendEquation | equation |
SbColorRGBA | color |
BlendElementParameters packages all the different blending parameters.
By default it has each parameter set at its default value, and provides comparison operators.
Definition at line 87 of file SoBlendElement.h.
|
inline |
Definition at line 88 of file SoBlendElement.h.
bool SoBlendElement::BlendElementParameters::operator!= | ( | const BlendElementParameters & | other | ) | const |
bool SoBlendElement::BlendElementParameters::operator== | ( | const BlendElementParameters & | other | ) | const |
SbColorRGBA SoBlendElement::BlendElementParameters::color |
Definition at line 108 of file SoBlendElement.h.
BlendFactor SoBlendElement::BlendElementParameters::destinationAlphaFactor |
Definition at line 106 of file SoBlendElement.h.
BlendFactor SoBlendElement::BlendElementParameters::destinationRGBFactor |
Definition at line 104 of file SoBlendElement.h.
bool SoBlendElement::BlendElementParameters::enabled |
Definition at line 102 of file SoBlendElement.h.
BlendEquation SoBlendElement::BlendElementParameters::equation |
Definition at line 107 of file SoBlendElement.h.
BlendFactor SoBlendElement::BlendElementParameters::sourceAlphaFactor |
Definition at line 105 of file SoBlendElement.h.
BlendFactor SoBlendElement::BlendElementParameters::sourceRGBFactor |
Definition at line 103 of file SoBlendElement.h.