# White Balance node Adjusts the temperature and tint of input in by the amount of inputs temperature and tint respectively. Temperature has the effect of shifting the values towards yellow or blue. Tint has the effect of shifting towards pink or green.
**Inputs** |Name|Type|Binding|Description| |---|---|---|---| |in|vec3|none|Input value| |temperature|float|none|Temperature offset value| |tint|float|none|Tint offset value| **Outputs** |Name|Type|Binding|Description| |---|---|---|---| |out|vec3|None|Output value| ___