|  | OGRE
    1.11.6
    Object-Oriented Graphics Rendering Engine | 
Class which manages blending of both colour and alpha components. More...
#include <OgreBlendMode.h>
| Public Member Functions | |
| bool | operator!= (const LayerBlendModeEx &rhs) const | 
| bool | operator== (const LayerBlendModeEx &rhs) const | 
| Public Attributes | |
| Real | alphaArg1 | 
| Manual alpha value for manual source1.  More... | |
| Real | alphaArg2 | 
| Manual alpha value for manual source2.  More... | |
| LayerBlendType | blendType | 
| The type of blending (colour or alpha)  More... | |
| ColourValue | colourArg1 | 
| Manual colour value for manual source1.  More... | |
| ColourValue | colourArg2 | 
| Manual colour value for manual source2.  More... | |
| Real | factor | 
| Manual blending factor.  More... | |
| LayerBlendOperationEx | operation | 
| The operation to be applied.  More... | |
| LayerBlendSource | source1 | 
| The first source of colour/alpha.  More... | |
| LayerBlendSource | source2 | 
| The second source of colour/alpha.  More... | |
Class which manages blending of both colour and alpha components.
| 
 | inline | 
References alphaArg1, alphaArg2, blendType, colourArg1, colourArg2, factor, Ogre::LBT_COLOUR, operation, source1, and source2.
| 
 | inline | 
| LayerBlendType Ogre::LayerBlendModeEx::blendType | 
The type of blending (colour or alpha)
Referenced by operator==().
| LayerBlendOperationEx Ogre::LayerBlendModeEx::operation | 
The operation to be applied.
Referenced by operator==().
| LayerBlendSource Ogre::LayerBlendModeEx::source1 | 
The first source of colour/alpha.
Referenced by operator==().
| LayerBlendSource Ogre::LayerBlendModeEx::source2 | 
The second source of colour/alpha.
Referenced by operator==().
| ColourValue Ogre::LayerBlendModeEx::colourArg1 | 
Manual colour value for manual source1.
Referenced by operator==().
| ColourValue Ogre::LayerBlendModeEx::colourArg2 | 
Manual colour value for manual source2.
Referenced by operator==().
| Real Ogre::LayerBlendModeEx::alphaArg1 | 
Manual alpha value for manual source1.
Referenced by operator==().
| Real Ogre::LayerBlendModeEx::alphaArg2 | 
Manual alpha value for manual source2.
Referenced by operator==().
| Real Ogre::LayerBlendModeEx::factor | 
Manual blending factor.
Referenced by operator==().