Navigation
API > API/Plugins > API/Plugins/CompositeCore
Texture encoding type, used for scene color. (HDR is not currently supported.)
| Name | UE::CompositeCore::EEncoding |
| Type | enum |
| Header File | /Engine/Plugins/Compositing/CompositeCore/Source/CompositeCore/Public/Passes/CompositeCorePassProxy.h |
| Include Path | #include "Passes/CompositeCorePassProxy.h" |
Syntax
namespace UE
{
namespace CompositeCore
{
enum EEncoding
{
Linear = 0,
Gamma = 1,
sRGB = 2,
}
}
}
Values
| Name | Remarks |
|---|---|
| Linear | |
| Gamma | |
| sRGB |