SequenceColorBalance(bpy_struct)

base class — bpy_struct

class bpy.types.SequenceColorBalance(bpy_struct)

Color balance parameters for a sequence strip

gain

Color balance gain (highlights)

Type :float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
gamma

Color balance gamma (midtones)

Type :float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
invert_gain
Type :boolean, default False
invert_gamma
Type :boolean, default False
invert_lift
Type :boolean, default False
lift

Color balance lift (shadows)

Type :float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)

Inherited Properties

Inherited Functions

References

Previous topic

Sequence(bpy_struct)

Next topic

SequenceCrop(bpy_struct)