unreal.DatasmithColorSpace

class unreal.DatasmithColorSpace

Bases: unreal.EnumBase

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

C++ Source:

  • Module: DatasmithCore

  • File: DatasmithDefinitions.h

DEFAULT

0

LINEAR

2

S_RGB

1