Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithDefinitions.h |
Include |
#include "DatasmithDefinitions.h" |
enum EDatasmithColorSpace
{
Default,
sRGB,
Linear,
}
Name |
Description |
---|---|
Default |
|
sRGB |
|
Linear |
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