unreal.TextureChromaticAdaptationMethod

class unreal.TextureChromaticAdaptationMethod

Bases: EnumBase

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

C++ Source:

  • Module: Engine

  • File: TextureDefines.h

TCAM_BRADFORD: TextureChromaticAdaptationMethod

Chromatic adaptation is applied using the Bradford method.

Type:

1

TCAM_CAT02: TextureChromaticAdaptationMethod

Chromatic adaptation is applied using the CAT02 method.

Type:

2

TCAM_NONE: TextureChromaticAdaptationMethod

No chromatic adaptation is applied.

Type:

0