unreal.OpenColorIODisplayConfiguration

class unreal.OpenColorIODisplayConfiguration(is_enabled: bool = False, color_configuration: OpenColorIOColorConversionSettings = Ellipsis)

Bases: StructBase

Identifies an OCIO Display look configuration

C++ Source:

  • Plugin: OpenColorIO

  • Module: OpenColorIO

  • File: OpenColorIOColorSpace.h

Editor Properties: (see get_editor_property/set_editor_property)

  • color_configuration (OpenColorIOColorConversionSettings): [Read-Write] Conversion to apply when this display is enabled

  • is_enabled (bool): [Read-Write] Whether or not this display configuration is enabled Since display look are applied on viewports, this will dictate whether it’s applied or not to it

property color_configuration: OpenColorIOColorConversionSettings

[Read-Write] Conversion to apply when this display is enabled

Type:

(OpenColorIOColorConversionSettings)

property is_enabled: bool

[Read-Write] Whether or not this display configuration is enabled Since display look are applied on viewports, this will dictate whether it’s applied or not to it

Type:

(bool)