Node reference
How to use Keying node in Oraphim
Use the Keying node in Oraphim. Learn its purpose, exact inputs, outputs, registered controls, example workflow, troubleshooting, and type ID fusion.chromakeyer.
Updated August 28, 2026How to use Keying node in Oraphim
Type ID: fusion.chromakeyer
Category: Keying
What this node does
The Keying node is registered in Oraphim's Keying category and performs the graph operation represented by its sockets and controls below.
The current Oraphim runtime registers 0 sockets and 61 properties for this node. Its main registered inputs are no fixed inputs; its main outputs are no fixed outputs. The tables below are generated from the runtime registry rather than a handwritten approximation.
Inputs
This node has no fixed input sockets in the current runtime registry.
Outputs
This node has no fixed output sockets in the current runtime registry.
Controls
| Control | Key | Type | Group | Registry default |
|---|---|---|---|---|
| Keying Effect | effectType |
String |
Effect | fx_keylight_1_2 |
| View | view |
String |
Output | Final Output |
| Quality | quality |
String |
Output | High |
| Invert | invert |
Bool |
Output | 0.0 |
| Preserve RGB | preserveRgb |
Bool |
Output | 1.0 |
| Screen Preset | screen |
String |
Key Color | green |
| Key Red | keyR |
Float |
Key Color | 0.0 |
| Key Green | keyG |
Float |
Key Color | 1.0 |
| Key Blue | keyB |
Float |
Key Color | 0.0 |
| Tolerance | tolerance |
Float |
Key Color | 0.3199999928474426 |
| Softness | softness |
Float |
Key Color | 0.1599999964237213 |
| Edge Thin | edgeThin |
Float |
Matte | 0.0 |
| Edge Feather | edgeFeather |
Float |
Matte | 0.0 |
| Spill Method | spillMethod |
String |
Spill | Standard |
| Spill Amount | spillAmount |
Float |
Spill | 1.0 |
| Spill Range | spillRange |
Float |
Spill | 0.5 |
| Spill Balance | spillBalance |
Float |
Spill | 0.5 |
| Spill Luma | spillLuma |
Float |
Spill | 1.0 |
| Spill Saturation | spillSaturation |
Float |
Spill | 1.0 |
| Point A X | pointAX |
Float |
Wire | 0.25 |
| Point A Y | pointAY |
Float |
Wire | 0.5 |
| Point B X | pointBX |
Float |
Wire | 0.75 |
| Point B Y | pointBY |
Float |
Wire | 0.5 |
| Wire Thickness | wireThickness |
Float |
Wire | 8.0 |
| Wire Feather | wireFeather |
Float |
Wire | 4.0 |
| Repair Radius | repairRadius |
Float |
Wire | 12.0 |
| Removal Style | removalStyle |
String |
Wire | Fade |
| Color Space | colorSpace |
String |
Color Range | RGB |
| Range Minimum 1 | rangeMin1 |
Float |
Color Range | 0.0 |
| Range Maximum 1 | rangeMax1 |
Float |
Color Range | 1.0 |
| Range Minimum 2 | rangeMin2 |
Float |
Color Range | 0.0 |
| Range Maximum 2 | rangeMax2 |
Float |
Color Range | 1.0 |
| Range Minimum 3 | rangeMin3 |
Float |
Color Range | 0.0 |
| Range Maximum 3 | rangeMax3 |
Float |
Color Range | 1.0 |
| Fuzziness | fuzziness |
Float |
Color Range | 0.10000000149011612 |
| Layer Size | layerSizeMode |
String |
Difference Matte | Stretch To Fit |
| Matching Tolerance | matchingTolerance |
Float |
Difference Matte | 0.20000000298023224 |
| Matching Softness | matchingSoftness |
Float |
Difference Matte | 0.10000000149011612 |
| Blur Before Difference | blurBeforeDifference |
Float |
Difference Matte | 0.0 |
| Channel | extractChannel |
String |
Extract | Luminance |
| Black Point | blackPoint |
Float |
Extract | 0.0 |
| Black Softness | blackSoftness |
Float |
Extract | 0.0 |
| White Point | whitePoint |
Float |
Extract | 1.0 |
| White Softness | whiteSoftness |
Float |
Extract | 0.0 |
| Inner / Outer Bias | innerOuterBias |
Float |
Inner / Outer | 0.5 |
| Decontamination Amount | decontaminationAmount |
Float |
Inner / Outer | 0.0 |
| Decontamination Radius | decontaminationRadius |
Float |
Inner / Outer | 3.0 |
| Cleaner Radius | cleanerRadius |
Float |
Key Cleaner | 3.0 |
| Cleaner Strength | cleanerStrength |
Float |
Key Cleaner | 0.75 |
| Cleaner Contrast | cleanerContrast |
Float |
Key Cleaner | 0.25 |
| Cleaner Black | cleanerBlack |
Float |
Key Cleaner | 0.0 |
| Cleaner White | cleanerWhite |
Float |
Key Cleaner | 1.0 |
| Screen Gain | screenGain |
Float |
Keylight | 1.0 |
| Screen Balance | screenBalance |
Float |
Keylight | 0.5 |
| Clip Black | clipBlack |
Float |
Keylight | 0.0 |
| Clip White | clipWhite |
Float |
Keylight | 1.0 |
| Pre Blur | preBlur |
Float |
Keylight | 0.0 |
| Screen Softness | screenSoftness |
Float |
Keylight | 0.0 |
| Shrink / Grow | shrinkGrow |
Float |
Keylight | 0.0 |
| Operation | keyOperation |
String |
Linear Key | Key Colors |
| Match Colors | matchColors |
String |
Linear Key | RGB |
How to use it
- Add Keying from node search. Use
fusion.chromakeyerwhen you need the exact registry entry. - Place the node as a source/context operation; it has no fixed input socket in the current registry.
- Start with the registry defaults and adjust Keying Effect, View, Quality first so you can see the node's effect in isolation.
- Because there is no fixed output socket, validate the graph context or downstream resource that this node is intended to affect.
- Preview a representative frame, change one input/control at a time, and save/reopen reusable graphs to verify persistence.
Practical example
Create a small test graph with Keying. Change Keying Effect away from its registry default and compare the result. Keeping this test graph small makes socket-type, context, and parameter mistakes easier to diagnose before the node is used in a production graph.
Troubleshooting
- If a connection is rejected, compare the exact socket data types in the tables above; Oraphim graph connections are typed.
- If the result looks unchanged, confirm this node is on the active path to the viewer/output and that the expected graph/resource is selected.
- If a control is unavailable, check required inputs and whether the property belongs to an internal or mode-dependent group.
- If a saved graph behaves differently later, reopen it and verify node identity, connections, and edited property values before rendering.
Related nodes
- Delta Keyer —
fusion.deltakeyer - Despill —
fusion.despill - Luma Keyer —
fusion.lumakeyer - Matte Refinement —
fusion.mattecleanup - 3D Camera Tracker —
fusion.cameratracker
Return to the complete Oraphim node reference.