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. (default 'NONE')

Type:

Literal[‘NONE’]

emulation

Control how images in the chosen display are mapped to the physical display (default 'AUTO')

  • OFF Off – 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.

  • AUTO Automatic – 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:

Literal[‘OFF’, ‘AUTO’]

classmethod bl_rna_get_subclass(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (bpy.types.Struct | None) – The value to return when not found.

Returns:

The RNA type or default when not found.

Return type:

bpy.types.Struct

classmethod bl_rna_get_subclass_py(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (type | None) – The value to return when not found.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties

Inherited Functions

References