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.
| SoBlendElement::BlendElementParameters::BlendElementParameters | ( | ) | [inline] |
| bool SoBlendElement::BlendElementParameters::operator!= | ( | const BlendElementParameters & | other | ) | const |
| bool SoBlendElement::BlendElementParameters::operator== | ( | const BlendElementParameters & | other | ) | const |