Navigation
API > API/Plugins > API/Plugins/XRBase
| |
|
| Name |
EXRCopyTextureBlendModifier |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/XRBase/Source/XRBase/Public/XRCopyTexture.h |
| Include Path |
#include "XRCopyTexture.h" |
Syntax
enum EXRCopyTextureBlendModifier
{
Opaque,
TransparentAlphaPassthrough,
PremultipliedAlphaBlend,
InvertAlpha,
}
Values
| Name |
Remarks |
| Opaque |
Copy RGB, clear alpha to 1.0. |
| TransparentAlphaPassthrough |
Copy RGBA values, overwriting target. |
| PremultipliedAlphaBlend |
Composite onto target with premultiplied alpha blend factors. |
| InvertAlpha |
Copy RGB and invert A, overwriting target. |