unreal.TextureChromaticAdaptationMethod

class unreal.TextureChromaticAdaptationMethod

Bases: unreal.EnumBase

List of chromatic adaptation methods, matching the list in ColorManagementDefines.h.

C++ Source:

  • Module: Engine

  • File: TextureDefines.h

TCAM_BRADFORD

Chromatic adaptation is applied using the Bradford method.

Type

1

TCAM_CAT02

Chromatic adaptation is applied using the CAT02 method.

Type

2

TCAM_NONE

No chromatic adaptation is applied.

Type

0