ColorManagedDisplaySettings(bpy_struct)¶
base class — bpy_struct
- class bpy.types.ColorManagedDisplaySettings(bpy_struct)¶
Color management specific to display device
- display_device¶
Display name. For viewing, this is the display device that will be emulated by limiting the gamut and HDR colors. For image and video output, this is the display space used for writing.
- Type:
enum in [
'NONE'], default'NONE'
- emulation¶
Control how images in the chosen display are mapped to the physical display
OFFOff – Directly output image as produced by OpenColorIO. This is not correct in general, but may be used when the system configuration and actual display device is known to match the chosen display.AUTOAutomatic – Display images consistent with most other applications, to preview images and video for export. A best effort is made to emulate the chosen display on the actual display device..
- Type:
enum in [
'OFF','AUTO'], default'AUTO'
- classmethod bl_rna_get_subclass(id, default=None, /)¶
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
bpy.types.Structsubclass
- classmethod bl_rna_get_subclass_py(id, default=None, /)¶
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type