SequenceColorBalanceData(bpy_struct)¶
base class — bpy_struct
subclasses —
SequenceColorBalance
-
class
bpy.types.
SequenceColorBalanceData
(bpy_struct)¶ Color balance parameters for a sequence strip and it’s modifiers
-
gain
¶ Color balance gain (highlights)
Type: float array of 3 items in [0, inf], default (1.0, 1.0, 1.0)
-
gamma
¶ Color balance gamma (midtones)
Type: float array of 3 items in [0, inf], default (1.0, 1.0, 1.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 [0, inf], default (1.0, 1.0, 1.0)
-
Inherited Properties
Inherited Functions
References