Texture blend modes. More...
#include <pyfbsdk_generated.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.