unreal.DisplayClusterConfigurationOCIOConfiguration

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

Bases: StructBase

  • OCIO configuration structure.

C++ Source:

  • Plugin: nDisplay

  • Module: DisplayClusterConfiguration

  • File: DisplayClusterConfigurationTypes_OCIO.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] Enable the application of an OpenColorIO configuration to all viewports.

  • ocio_configuration (OpenColorIODisplayConfiguration): [Read-Write] “This property has been deprecated. deprecated: Use the ColorConfiguration property instead

property color_configuration: OpenColorIOColorConversionSettings

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

Type:

(OpenColorIOColorConversionSettings)

property is_enabled: bool

[Read-Write] Enable the application of an OpenColorIO configuration to all viewports.

Type:

(bool)

property ocio_configuration: OpenColorIODisplayConfiguration

[Read-Write] “This property has been deprecated. deprecated: Use the ColorConfiguration property instead

Type:

(OpenColorIODisplayConfiguration)