unreal.DatasmithColorSpace

class unreal.DatasmithColorSpace

Bases: 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: DatasmithColorSpace

0

LINEAR: DatasmithColorSpace

2

S_RGB: DatasmithColorSpace

1