Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoBlendElement::BlendElementParameters Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ BlendElementParameters()

SoBlendElement::BlendElementParameters::BlendElementParameters ( )
inline

Definition at line 88 of file SoBlendElement.h.

Member Function Documentation

◆ operator!=()

bool SoBlendElement::BlendElementParameters::operator!= ( const BlendElementParameters other) const

◆ operator==()

bool SoBlendElement::BlendElementParameters::operator== ( const BlendElementParameters other) const

Member Data Documentation

◆ color

SbColorRGBA SoBlendElement::BlendElementParameters::color

Definition at line 108 of file SoBlendElement.h.

◆ destinationAlphaFactor

BlendFactor SoBlendElement::BlendElementParameters::destinationAlphaFactor

Definition at line 106 of file SoBlendElement.h.

◆ destinationRGBFactor

BlendFactor SoBlendElement::BlendElementParameters::destinationRGBFactor

Definition at line 104 of file SoBlendElement.h.

◆ enabled

bool SoBlendElement::BlendElementParameters::enabled

Definition at line 102 of file SoBlendElement.h.

◆ equation

BlendEquation SoBlendElement::BlendElementParameters::equation

Definition at line 107 of file SoBlendElement.h.

◆ sourceAlphaFactor

BlendFactor SoBlendElement::BlendElementParameters::sourceAlphaFactor

Definition at line 105 of file SoBlendElement.h.

◆ sourceRGBFactor

BlendFactor SoBlendElement::BlendElementParameters::sourceRGBFactor

Definition at line 103 of file SoBlendElement.h.


The documentation for this struct was generated from the following file: