Texture blend modes. More...
#include <pyfbsdk.h>

Public Attributes | |
| kFBTextureBlendTranslucent | |
| Layer transparency. | |
| kFBTextureBlendAdditive | |
| Layer addition. | |
| kFBTextureBlendModulate | |
| Layer multiplication. | |
| kFBTextureBlendModulate2 | |
| Layer multiplication + brightness. | |
Texture blend modes.
How the texture is blended with another.
| kFBTextureBlendAdditive |
Layer addition.
| kFBTextureBlendModulate |
Layer multiplication.
| kFBTextureBlendModulate2 |
Layer multiplication + brightness.
| kFBTextureBlendTranslucent |
Layer transparency.