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] Color Configuration: Conversion to apply when this display is enabledis_enabled
(bool): [Read-Write] Is Enabled: 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] Color Configuration: Conversion to apply when this display is enabled