mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-01-07 01:43:35 +08:00
Update ContrastNode.md
This commit is contained in:
parent
9c9907580c
commit
f7e9fddd00
@ -12,4 +12,16 @@ Adjusts the contrast of input <b><i>in</i></b> by the amount of input <b><i>cont
|
|||||||
|Name|Type|Binding|Description|
|
|Name|Type|Binding|Description|
|
||||||
|---|---|---|---|
|
|---|---|---|---|
|
||||||
|out|vec3|None|Output value|
|
|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|
|
||||||
___
|
___
|
Loading…
x
Reference in New Issue
Block a user