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 | |
LayerBlendType | blendType |
The type of blending (colour or alpha). | |
LayerBlendOperationEx | operation |
The operation to be applied. | |
LayerBlendSource | source1 |
The first source of colour/alpha. | |
LayerBlendSource | source2 |
The second source of colour/alpha. | |
ColourValue | colourArg1 |
Manual colour value for manual source1. | |
ColourValue | colourArg2 |
Manual colour value for manual source2. | |
Real | alphaArg1 |
Manual alpha value for manual source1. | |
Real | alphaArg2 |
Manual alpha value for manual source2. | |
Real | factor |
Manual blending factor. |
Class which manages blending of both colour and alpha components.
Definition at line 139 of file OgreBlendMode.h.
bool Ogre::LayerBlendModeEx::operator!= | ( | const LayerBlendModeEx & | rhs | ) | const |
Definition at line 194 of file OgreBlendMode.h.
bool Ogre::LayerBlendModeEx::operator== | ( | const LayerBlendModeEx & | rhs | ) | const |
Definition at line 162 of file OgreBlendMode.h.
References alphaArg1, alphaArg2, blendType, colourArg1, colourArg2, factor, Ogre::LBT_COLOUR, operation, source1, and source2.
Manual alpha value for manual source1.
Definition at line 156 of file OgreBlendMode.h.
Referenced by operator==().
Manual alpha value for manual source2.
Definition at line 158 of file OgreBlendMode.h.
Referenced by operator==().
The type of blending (colour or alpha).
Definition at line 143 of file OgreBlendMode.h.
Referenced by operator==().
Manual colour value for manual source1.
Definition at line 152 of file OgreBlendMode.h.
Referenced by operator==().
Manual colour value for manual source2.
Definition at line 154 of file OgreBlendMode.h.
Referenced by operator==().
The operation to be applied.
Definition at line 145 of file OgreBlendMode.h.
Referenced by operator==().
The first source of colour/alpha.
Definition at line 147 of file OgreBlendMode.h.
Referenced by operator==().
The second source of colour/alpha.
Definition at line 149 of file OgreBlendMode.h.
Referenced by operator==().
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 23:37:10 2012