ColorManagedSequencerColorspaceSettings(bpy_struct)

base class — bpy_struct

class bpy.types.ColorManagedSequencerColorspaceSettings(bpy_struct)

Input color space settings

name

Color space that the sequencer operates in

  • Linear Linear, Rec. 709 (Full Range), Blender native linear space.
  • Linear ACES Linear ACES, ACES linear space.
  • Non-Color Non-Color, Color space used for images which contains non-color data (i,e, normal maps).
  • Raw Raw.
  • sRGB sRGB, Standard RGB Display Space.
  • VD16 VD16, The simple video conversion from a gamma 2.2 sRGB space.
  • XYZ XYZ.
Type:enum in [‘Linear’, ‘Linear ACES’, ‘Non-Color’, ‘Raw’, ‘sRGB’, ‘VD16’, ‘XYZ’], default ‘NONE’

Inherited Properties

Inherited Functions

References