unreal.TextureColorSpace

class unreal.TextureColorSpace

Bases: EnumBase

List of (source) texture color spaces, matching the list in ColorManagementDefines.h.

C++ Source:

  • Module: Engine

  • File: TextureDefines.h

TCS_ACESAP0: TextureColorSpace

ACES AP0 wide gamut primaries, with D60 white point.

Type:

3

TCS_ACESAP1: TextureColorSpace

ACES AP1 / ACEScg wide gamut primaries, with D60 white point.

Type:

4

TCS_ALEXA_WIDE_GAMUT: TextureColorSpace

Alexa Wide Gamut primaries, with D65 white point.

Type:

10

TCS_CANON_CINEMA_GAMUT: TextureColorSpace

Canon Cinema Gamut primaries, with D65 white point.

Type:

11

TCS_CUSTOM: TextureColorSpace

User defined color space and white point.

Type:

99

TCS_GO_PRO_PROTUNE_NATIVE: TextureColorSpace

GoPro Protune Native primaries, with D65 white point.

Type:

12

TCS_NONE: TextureColorSpace

No explicit color space definition.

Type:

0

TCS_P3D65: TextureColorSpace

P3 (Display) primaries, with D65 white point.

Type:

6

TCS_P3DCI: TextureColorSpace

P3 (Theater) primaries, with DCI Calibration white point.

Type:

5

TCS_PANASONIC_V_GAMUT: TextureColorSpace

Panasonic V-Gamut primaries, with D65 white point.

Type:

13

TCS_REC2020: TextureColorSpace

Rec2020 (BT.2020) primaries with D65 white point.

Type:

2

TCS_RED_WIDE_GAMUT: TextureColorSpace

RED Wide Gamut primaries, with D65 white point.

Type:

7

TCS_SONY_S_GAMUT3: TextureColorSpace

Sony S-Gamut/S-Gamut3 primaries, with D65 white point.

Type:

8

TCS_SONY_S_GAMUT3_CINE: TextureColorSpace

Sony S-Gamut3 Cine primaries, with D65 white point.

Type:

9

TCS_S_RGB: TextureColorSpace

sRGB / Rec709 (BT.709) color primaries, with D65 white point.

Type:

1