Nodes · Color
Clamp
Colorv1core
Overview
Limits values to a range — kill negative pixels or super-whites before an op that can't handle them.
Inputs
| Input | What it takes |
|---|---|
| in | the image this node works on |
| mask | limits the effect to this matte — the engine's universal mask slot, applied for every node that declares it |
Outputs
| Output | Type |
|---|---|
| out | Image |
Parameters
| Parameter | Type | Default | What it does |
|---|---|---|---|
| low | Float | 0 | Not documented yet. |
| high | Float | 1 | Not documented yet. |
| clamp_alpha | Bool | false | Not documented yet. |