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

Invert the gain color`

Type

boolean, default False

invert_gamma

Invert the gamma color

Type

boolean, default False

invert_lift

Invert the lift color

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)

classmethod bl_rna_get_subclass(id, default=None)
Parameters

id (string) – The RNA type identifier.

Returns

The RNA type or default when not found.

Return type

bpy.types.Struct subclass

classmethod bl_rna_get_subclass_py(id, default=None)
Parameters

id (string) – The RNA type identifier.

Returns

The class or default when not found.

Return type

type

Inherited Properties

Inherited Functions

References