SequencerTonemapModifierData(StripModifier)
base classes — bpy_struct, StripModifier
- class bpy.types.SequencerTonemapModifierData(StripModifier)
Tone mapping modifier
- adaptation
If 0, global; if 1, based on pixel intensity (in [0, 1], default 0.0)
- Type:
float
- contrast
Set to 0 to use estimate from input image (in [0, 1], default 0.0)
- Type:
float
- correction
If 0, same for all channels; if 1, each independent (in [0, 1], default 0.0)
- Type:
float
- gamma
If not used, set to 1 (in [0.001, 3], default 0.0)
- Type:
float
- intensity
If less than zero, darkens image; otherwise, makes it brighter (in [-8, 8], default 0.0)
- Type:
float
- key
The value the average luminance is mapped to (in [0, 1], default 0.0)
- Type:
float
- offset
Normally always 1, but can be used as an extra control to alter the brightness curve (in [0.001, 10], default 0.0)
- Type:
float
- open_mask_input_panel
(default False)
- Type:
bool
- tonemap_type
Tone mapping algorithm (default
'RH_SIMPLE')- Type:
Literal[‘RD_PHOTORECEPTOR’, ‘RH_SIMPLE’]
- 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:
- 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