mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-09-19 20:05:57 +08:00
16 lines
573 B
Markdown
16 lines
573 B
Markdown
![]() |
# White Balance node
|
||
|
Adjusts the temperature and tint of input <b><i>in</i></b> by the amount of inputs <b><i>temperature</i></b> and <b><i>tint</i></b> respectively. Temperature has the effect of shifting the values towards yellow or blue. Tint has the effect of shifting towards pink or green.
|
||
|
<hr>
|
||
|
|
||
|
**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|
|
||
|
___
|