CompositorNodeColorBalance(CompositorNode)

base classes — bpy_struct, Node, CompositorNode

class bpy.types.CompositorNodeColorBalance(CompositorNode)
correction_method
  • LIFT_GAMMA_GAIN Lift/Gamma/Gain.
  • OFFSET_POWER_SLOPE Offset/Power/Slope (ASC-CDL), ASC-CDL standard color correction.
Type :enum in [‘LIFT_GAMMA_GAIN’, ‘OFFSET_POWER_SLOPE’], default ‘LIFT_GAMMA_GAIN’
gain

Correction for Highlights

Type :float array of 3 items in [-inf, inf], default (1.0, 1.0, 1.0)
gamma

Correction for Midtones

Type :float array of 3 items in [-inf, inf], default (1.0, 1.0, 1.0)
lift

Correction for Shadows

Type :float array of 3 items in [-inf, inf], default (1.0, 1.0, 1.0)
offset

Correction for Shadows

Type :float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
power

Correction for Midtones

Type :float array of 3 items in [0, inf], default (1.0, 1.0, 1.0)
slope

Correction for Highlights

Type :float array of 3 items in [0, inf], default (1.0, 1.0, 1.0)

Inherited Properties

Inherited Functions

Previous topic

CompositorNodeChromaMatte(CompositorNode)

Next topic

CompositorNodeColorMatte(CompositorNode)