Navigation
API > API/Runtime > API/Runtime/DatasmithCore
Texture color space. Default: Leave at whatever is default for the texture mode sRGB: Enable the sRGB boolean regardless of texture mode Linear: Disable the sRGB boolean regardless of texture mode
| Name | EDatasmithColorSpace |
| Type | enum |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithDefinitions.h |
| Include Path | #include "DatasmithDefinitions.h" |
Syntax
enum EDatasmithColorSpace
{
Default,
sRGB,
Linear,
}
Values
| Name | Remarks |
|---|---|
| Default | |
| sRGB | |
| Linear |