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
LinearLinear, Rec. 709 (Full Range), Blender native linear space.Linear ACESLinear ACES, ACES linear space.Non-ColorNon-Color, Color space used for images which contains non-color data (i,e, normal maps).RawRaw.sRGBsRGB, Standard RGB Display Space.VD16VD16, The simple video conversion from a gamma 2.2 sRGB space.XYZXYZ.
Type: enum in [‘Linear’, ‘Linear ACES’, ‘Non-Color’, ‘Raw’, ‘sRGB’, ‘VD16’, ‘XYZ’], default ‘NONE’
-
Inherited Properties
Inherited Functions
References