base classes — bpy_struct, Node, NodeInternal, CompositorNode
| Type: | enum in [‘RGB’, ‘HSV’, ‘YUV’, ‘YCC’], default ‘RGB’ |
|---|
Limit by this channel’s value
| Type: | enum in [‘R’, ‘G’, ‘B’], default ‘R’ |
|---|
Values higher than this setting are 100% opaque
| Type: | float in [0, 1], default 0.0 |
|---|
Algorithm to use to limit channel
| Type: | enum in [‘SINGLE’, ‘MAX’], default ‘SINGLE’ |
|---|
Values lower than this setting are 100% keyed
| Type: | float in [0, 1], default 0.0 |
|---|
Channel used to determine matte
| Type: | enum in [‘R’, ‘G’, ‘B’], default ‘R’ |
|---|
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