Navigation
API > API/Developer > API/Developer/DatasmithFacade > API/Developer/DatasmithFacade/FDatasmithFacadeTexture
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 Copy of EDatasmithColorSpace from DatasmithCore DatasmithDefinitions.h.
| Name | EColorSpace |
| Type | enum |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DatasmithFacadeTexture.h |
| Include Path | #include "DatasmithFacadeTexture.h" |
Syntax
enum EColorSpace
{
Default,
sRGB,
Linear,
}
Values
| Name | Remarks |
|---|---|
| Default | |
| sRGB | |
| Linear |