Unity Products:Amplify Shader Editor/Simple Contrast

From Amplify Creations Wiki
Jump to navigation Jump to search

Back to Node List

Simple Contrast Node

The Simple Contrast node applies contrast by a Value amount to a given RGBA color. Internally creates a contrast matrix with the specified contrast and multiply the color value by it.


Nodes used: Texture Sample, Float, Simple Contrast

Node Parameter Description Default Value
RGBA Color value to be modified by the contrast operation. Only visible if the respective input port is not connected. 0
Value Contrast value to be used on the contrast operation. Only visible if the respective input port is not connected. 0


Input Port Description Type
RGBA Color value to be modified by the contrast operation. Color
Value Contrast value to be used on the contrast operation. Float

Back to Node List