base classes — bpy_struct, Node, NodeInternal, CompositorNode
Matte blur size which applies after clipping and dilate/eroding
| Type: | int in [0, 2048], default 0 |
|---|
Chroma pre-blur size which applies before running keyer
| Type: | int in [0, 2048], default 0 |
|---|
Value of non-scaled matte pixel which considers as fully background pixel
| Type: | float in [0, 1], default 0.0 |
|---|
Value of non-scaled matte pixel which considers as fully foreground pixel
| Type: | float in [0, 1], default 0.0 |
|---|
Balance between non-key colors used to detect amount of key color to be removed
| Type: | float in [0, 1], default 0.0 |
|---|
Factor of despilling screen color from image
| Type: | float in [0, 1], default 0.0 |
|---|
Matte dilate/erode side
| Type: | int in [-100, 100], default 0 |
|---|
Radius of kernel used to detect whether pixel belongs to edge
| Type: | int in [0, 100], default 0 |
|---|
Tolerance to pixels inside kernel which are treating as belonging to the same plane
| Type: | float in [0, 1], default 0.0 |
|---|
Distance to grow/shrink the feather
| Type: | int in [-100, 100], default 0 |
|---|
Falloff type the feather
| Type: | enum in [‘SMOOTH’, ‘SPHERE’, ‘ROOT’, ‘SHARP’, ‘LINEAR’], default ‘SMOOTH’ |
|---|
Balance between two non-primary channels primary channel is comparing against
| Type: | float in [0, 1], default 0.0 |
|---|
True if a registered node type
| Returns: | Result |
|---|---|
| Return type: | boolean |
Input socket template
| Parameters: | index (int in [0, inf]) – Index |
|---|---|
| Returns: | result |
| Return type: | NodeInternalSocketTemplate |
Output socket template
| Parameters: | index (int in [0, inf]) – Index |
|---|---|
| Returns: | result |
| Return type: | NodeInternalSocketTemplate |
Inherited Properties
Inherited Functions