CompositorNodeDistanceMatte(CompositorNode)

base classes — bpy_struct, Node, CompositorNode

class bpy.types.CompositorNodeDistanceMatte(CompositorNode)
channel
  • RGB RGB, RGB color space.
  • YCC YCC, YCbCr Suppression.
Type :enum in [‘RGB’, ‘YCC’], default ‘RGB’
falloff

Color distances below this additional threshold are partially keyed

Type :float in [0, 1], default 0.0
tolerance

Color distances below this threshold are keyed

Type :float in [0, 1], default 0.0

Inherited Properties

Inherited Functions

Previous topic

CompositorNodeDisplace(CompositorNode)

Next topic

CompositorNodeDoubleEdgeMask(CompositorNode)