mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-09-20 04:15:58 +08:00
Artistic nodes documentation updated
This commit is contained in:
@ -12,4 +12,16 @@ Adjusts the saturation of input <b><i>in</i></b> by the amount of input <b><i>sa
|
||||
|Name|Type|Binding|Description|
|
||||
|---|---|---|---|
|
||||
|out|vec3|None|Output value|
|
||||
|
||||
**ShaderInc location**
|
||||
<br>`res://addons/ShaderLib/Artistic/Adjustment/Saturation.gdshaderinc`
|
||||
|
||||
**Method signature**
|
||||
<br>`vec3 saturation(input, saturation)`
|
||||
|
||||
**Parameters**
|
||||
|Name|Type|Description|
|
||||
|---|---|---|
|
||||
|input|vec3|Input color|
|
||||
|saturation|float|Saturation value|
|
||||
___
|
Reference in New Issue
Block a user