1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-09-20 04:15:58 +08:00
Files
Godot-Shader-Lib/documentation/Nodes/Artistic/Adjustment/ContrastNode.md
Digvijaysinh Gohil 151e40d0fb Contrast node added
2024-03-12 12:30:05 +05:30

454 B

Contrast node

Adjusts the contrast of input in by the amount of input contrast. A contrast value of 1 will return the input unaltered. A contrast value of 0 will return the midpoint of the input.


Inputs

Name Type Binding Description
in vec3 none Input value
contrast float none Contrast value

Outputs

Name Type Binding Description
out vec3 None Output value