ColorManagedViewSettings(bpy_struct)

base class — bpy_struct

class bpy.types.ColorManagedViewSettings(bpy_struct)

Color management settings used for displaying images on the display

curve_mapping

Color curve mapping applied before display transform

Type:CurveMapping, (readonly)
exposure

Exposure (stops) applied before display transform

Type:float in [-10, 10], default 0.0
gamma

Amount of gamma modification applied after display transform

Type:float in [0, 5], default 1.0
look

Additional transform applied before view transform for an artistic needs

  • NONE None, Do not modify image in an artistic manner.
Type:enum in [‘NONE’], default ‘NONE’
use_curve_mapping

Use RGB curved for pre-display transformation

Type:boolean, default False
view_transform

View used when converting image to a display space

  • NONE None, Do not perform any color transform on display, use old non-color managed technique for display.
Type:enum in [‘NONE’], default ‘NONE’

Inherited Properties

Inherited Functions

References