Navigation
API > API/Plugins > API/Plugins/DisplayCluster
Color premultiply type.
| Name | EDisplayClusterColorPremultiply |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Misc/DisplayClusterColorEncoding.h |
| Include Path | #include "Misc/DisplayClusterColorEncoding.h" |
Syntax
enum EDisplayClusterColorPremultiply
{
None = 0,
Premultiply,
InvertPremultiply,
}
Values
| Name | Remarks |
|---|---|
| None | Color is not changed by alpha. |
| Premultiply | Color is premultiplied by Alpha. |
| InvertPremultiply | Color is premultiplied by (1-Alpha). |