#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. |
Definition at line 130 of file OgreBlendMode.h.
|
Definition at line 185 of file OgreBlendMode.h. |
|
Definition at line 153 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 147 of file OgreBlendMode.h. Referenced by operator==(). |
|
Manual alpha value for manual source2.
Definition at line 149 of file OgreBlendMode.h. Referenced by operator==(). |
|
The type of blending (colour or alpha).
Definition at line 134 of file OgreBlendMode.h. Referenced by operator==(). |
|
Manual colour value for manual source1.
Definition at line 143 of file OgreBlendMode.h. Referenced by operator==(). |
|
Manual colour value for manual source2.
Definition at line 145 of file OgreBlendMode.h. Referenced by operator==(). |
|
Manual blending factor.
Definition at line 151 of file OgreBlendMode.h. Referenced by operator==(). |
|
The operation to be applied.
Definition at line 136 of file OgreBlendMode.h. Referenced by operator==(). |
|
The first source of colour/alpha.
Definition at line 138 of file OgreBlendMode.h. Referenced by operator==(). |
|
The second source of colour/alpha.
Definition at line 140 of file OgreBlendMode.h. Referenced by operator==(). |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:38:13 2006