Navigation
API > API/Plugins > API/Plugins/ImgMedia
List of source encodings that can be converted to linear. (Integer values match the ETextureSourceEncoding values in TextureDefines.h
| Name | EMediaSourceEncoding |
| Type | enum |
| Header File | /Engine/Plugins/Media/ImgMedia/Source/ImgMedia/Public/ImgMediaSourceColorSettings.h |
| Include Path | #include "ImgMediaSourceColorSettings.h" |
Syntax
enum EMediaSourceEncoding
{
MSE_None = 0 UMETA(DisplayName = "None", ToolTip = "The source encoding is not overridden."),
MSE_Linear = 1 UMETA(DisplayName = "Linear", ToolTip = "The source encoding is considered linear."),
MSE_sRGB = 2 UMETA(DisplayName = "sRGB", ToolTip = "sRGB source encoding to be linearized"),
MSE_ST2084 = 3 UMETA(DisplayName = "ST 2084/PQ", ToolTip = "SMPTE ST 2084/PQ source encoding to be linearized"),
MSE_SLog3 = 12 UMETA(DisplayName = "SLog3", ToolTip = "Sony SLog3 source encoding to be linearized"),
MSE_MAX,
}
Values
| Name | Remarks |
|---|---|
| MSE_None | |
| MSE_Linear | |
| MSE_sRGB | |
| MSE_ST2084 | |
| MSE_SLog3 | |
| MSE_MAX |