Navigation
API > API/Plugins > API/Plugins/DisplayClusterWarp > API/Plugins/DisplayClusterWarp/Containers
References
| Module | DisplayClusterWarp |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterWarp/Public/Containers/DisplayClusterWarpEnums.h |
| Include | #include "Containers/DisplayClusterWarpEnums.h" |
Syntax
enum EDisplayClusterWarpBlendTextureType
{
WarpMap = 0,
AlphaMap,
BetaMap,
}
Values
| Name | Description |
|---|---|
| WarpMap | Geometry data will be stored as a three-component (RGB) PFM file (Portable Float Map Format) |
| AlphaMap | Blend grayscale texture, color multiplier. Use in basic color correction: color = color * alpha;. |
| BetaMap | Bate grayscale texture, for advanced collor correction. Use with AlphaMap: color = (color*alpha*(1 - beta)) + beta;. |
Remarks
The type of data stored in the texture (MPCDI or PFM only)