1
0
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:
Digvijaysinh Gohil
2024-04-10 18:26:14 +05:30
parent 7b3fe34b9b
commit b1411a809c
5 changed files with 67 additions and 0 deletions

View File

@ -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|
___