From 7b3fe34b9bcd95e52c5e7576119403d180bc8675 Mon Sep 17 00:00:00 2001 From: Digvijaysinh Gohil Date: Wed, 10 Apr 2024 18:14:52 +0530 Subject: [PATCH] Update ContrastNode.md --- documentation/Nodes/Artistic/Adjustment/ContrastNode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/Nodes/Artistic/Adjustment/ContrastNode.md b/documentation/Nodes/Artistic/Adjustment/ContrastNode.md index b8310e6..5ee9865 100644 --- a/documentation/Nodes/Artistic/Adjustment/ContrastNode.md +++ b/documentation/Nodes/Artistic/Adjustment/ContrastNode.md @@ -14,10 +14,10 @@ Adjusts the contrast of input in by the amount of input cont |out|vec3|None|Output value| **ShaderInc location** -`res://addons/ShaderLib/Artistic/Adjustment/Contrast.gdshaderinc` +
`res://addons/ShaderLib/Artistic/Adjustment/Contrast.gdshaderinc` **Method signature** -`vec3 contrast(input, contrast)` +
`vec3 contrast(input, contrast)` **Parameters** |Name|Type|Description|