ColorMixStrip(EffectStrip)

base classes — bpy_struct, Strip, EffectStrip

class bpy.types.ColorMixStrip(EffectStrip)

Color Mix Strip

blend_effect

Method for controlling how the strip combines with other strips (default 'DARKEN')

Type:

Literal[‘DARKEN’, ‘MULTIPLY’, ‘BURN’, ‘LINEAR_BURN’, ‘LIGHTEN’, ‘SCREEN’, ‘DODGE’, ‘ADD’, ‘OVERLAY’, ‘SOFT_LIGHT’, ‘HARD_LIGHT’, ‘VIVID_LIGHT’, ‘LINEAR_LIGHT’, ‘PIN_LIGHT’, ‘DIFFERENCE’, ‘EXCLUSION’, ‘SUBTRACT’, ‘HUE’, ‘SATURATION’, ‘COLOR’, ‘VALUE’]

factor

Percentage of how much the strip’s colors affect other strips (in [0, 1], default 0.0)

Type:

float

input_1

First input for the effect strip (never None)

Type:

Strip

input_2

Second input for the effect strip (never None)

Type:

Strip

input_count

(in [0, inf], default 0, readonly)

Type:

int

classmethod bl_rna_get_subclass(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (bpy.types.Struct | None) – The value to return when not found.

Returns:

The RNA type or default when not found.

Return type:

bpy.types.Struct

classmethod bl_rna_get_subclass_py(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (type | None) – The value to return when not found.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties

Inherited Functions