CompositorNodeColorCorrection(CompositorNode)¶
base classes — bpy_struct
, Node
, NodeInternal
, CompositorNode
- class bpy.types.CompositorNodeColorCorrection(CompositorNode)¶
Adjust the color of an image, separately in several tonal ranges (highlights, midtones and shadows)
- blue¶
Blue channel active. (Deprecated: Use Apply On Blue input instead.)
- Type:
boolean, default True
- green¶
Green channel active. (Deprecated: Use Apply On Green input instead.)
- Type:
boolean, default True
- highlights_contrast¶
Highlights contrast. (Deprecated: Use Highlights Contrast input instead.)
- Type:
float in [0, 4], default 1.0
- highlights_gain¶
Highlights gain. (Deprecated: Use Highlights Gain input instead.)
- Type:
float in [0, 4], default 1.0
- highlights_gamma¶
Highlights gamma. (Deprecated: Use Highlights Gamma input instead.)
- Type:
float in [0, 4], default 1.0
- highlights_lift¶
Highlights lift. (Deprecated: Use Highlights Lift input instead.)
- Type:
float in [-1, 1], default 0.0
- highlights_saturation¶
Highlights saturation. (Deprecated: Use Highlights Saturation input instead.)
- Type:
float in [0, 4], default 1.0
- master_contrast¶
Master contrast. (Deprecated: Use Master Contrast input instead.)
- Type:
float in [0, 4], default 1.0
- master_gain¶
Master gain. (Deprecated: Use Master Gain input instead.)
- Type:
float in [0, 4], default 1.0
- master_gamma¶
Master gamma. (Deprecated: Use Master Gamma input instead.)
- Type:
float in [0, 4], default 1.0
- master_lift¶
Master lift. (Deprecated: Use Master Lift input instead.)
- Type:
float in [-1, 1], default 0.0
- master_saturation¶
Master saturation. (Deprecated: Use Master Saturation input instead.)
- Type:
float in [0, 4], default 1.0
- midtones_contrast¶
Midtones contrast. (Deprecated: Use Midtones Contrast input instead.)
- Type:
float in [0, 4], default 1.0
- midtones_end¶
End of midtones. (Deprecated: Use Midtones End input instead.)
- Type:
float in [0, 1], default 0.7
- midtones_gain¶
Midtones gain. (Deprecated: Use Midtones Gain input instead.)
- Type:
float in [0, 4], default 1.0
- midtones_gamma¶
Midtones gamma. (Deprecated: Use Midtones Gamma input instead.)
- Type:
float in [0, 4], default 1.0
- midtones_lift¶
Midtones lift. (Deprecated: Use Midtones Lift input instead.)
- Type:
float in [-1, 1], default 0.0
- midtones_saturation¶
Midtones saturation. (Deprecated: Use Midtones Saturation input instead.)
- Type:
float in [0, 4], default 1.0
- midtones_start¶
Start of midtones. (Deprecated: Use Midtones Start input instead.)
- Type:
float in [0, 1], default 0.2
- red¶
Red channel active. (Deprecated: Use Apply On Red input instead.)
- Type:
boolean, default True
- shadows_contrast¶
Shadows contrast. (Deprecated: Use Shadows Contrast input instead.)
- Type:
float in [0, 4], default 1.0
- shadows_gain¶
Shadows gain. (Deprecated: Use Shadows Gain input instead.)
- Type:
float in [0, 4], default 1.0
- shadows_gamma¶
Shadows gamma. (Deprecated: Use Shadows Gamma input instead.)
- Type:
float in [0, 4], default 1.0
- shadows_lift¶
Shadows lift. (Deprecated: Use Shadows Lift input instead.)
- Type:
float in [-1, 1], default 0.0
- shadows_saturation¶
Shadows saturation. (Deprecated: Use Shadows Saturation input instead.)
- Type:
float in [0, 4], default 1.0
- classmethod is_registered_node_type()¶
True if a registered node type
- Returns:
Result
- Return type:
boolean
- classmethod input_template(index)¶
Input socket template
- Parameters:
index (int in [0, inf]) – Index
- Returns:
result
- Return type:
- classmethod output_template(index)¶
Output socket template
- Parameters:
index (int in [0, inf]) – Index
- Returns:
result
- Return type:
- update()¶
- classmethod bl_rna_get_subclass(id, default=None)¶
- Parameters:
id (str) – 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 (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type
Inherited Properties¶
Inherited Functions¶
|