Temperature
Temperature shifts the image warmer (orange) or cooler (blue) by adjusting its color temperature in Kelvin — the same concept as your camera's white balance dial, applied as an edit.
Parameters
| Parameter | Type | Range | Default | What it does |
|---|---|---|---|---|
| Kelvin | number | 2000 to 10000 K | 6500 K | Target color temperature. Lower is warmer/oranger, higher is cooler/bluer. |
How it works
The shift is computed relative to a 6500K reference and applied early, in scene-linear space, via a red/blue channel gain adjustment — before highlight/shadow recovery and tone mapping.
See also
White Balance offers named presets (tungsten, daylight, shade, etc.) built on the same Kelvin math, computed relative to the photo's actual as-shot temperature rather than a fixed 6500K reference. Tint handles the perpendicular green/magenta axis.
Control preview
JSON structure
{
"id": "temperature",
"enabled": true,
"params": {
"kelvin": 6500
}
}