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