From f7e9fddd0065951b198999fa1fde16861a2d8223 Mon Sep 17 00:00:00 2001 From: Digvijaysinh Gohil Date: Wed, 10 Apr 2024 18:13:18 +0530 Subject: [PATCH] Update ContrastNode.md --- .../Nodes/Artistic/Adjustment/ContrastNode.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/documentation/Nodes/Artistic/Adjustment/ContrastNode.md b/documentation/Nodes/Artistic/Adjustment/ContrastNode.md index 8e7a92f..b8310e6 100644 --- a/documentation/Nodes/Artistic/Adjustment/ContrastNode.md +++ b/documentation/Nodes/Artistic/Adjustment/ContrastNode.md @@ -12,4 +12,16 @@ Adjusts the contrast of input in by the amount of input cont |Name|Type|Binding|Description| |---|---|---|---| |out|vec3|None|Output value| + +**ShaderInc location** +`res://addons/ShaderLib/Artistic/Adjustment/Contrast.gdshaderinc` + +**Method signature** +`vec3 contrast(input, contrast)` + +**Parameters** +|Name|Type|Description| +|---|---|---| +|input|vec3|Input color| +|contrast|float|contrast value| ___ \ No newline at end of file