Unity Products:Amplify Shader Editor/Linear To Gamma
Linear To Gamma Node
The Linear to Gamma node converts a color value in Linear space to sRGB(Gamma) space.
Through toggling On/Off the Exact Conversion property, its outputted result can be calculated by either using an exact conversion method or using a faster but less accurate approximation.
Nodes used:
Texture Sample,
Linear To Gamma,
| Node Parameter | Description | Default Value |
|---|---|---|
| RGB | Color value to be converted from Linear to sRGB(Gamma) space. Only visible if the respective input port is not connected. | 0,0,0 |
| Mode | Switch between accurate color conversion method or faster but less accurate color conversion method.
|
Fast Linear to sRGB |
| Input Port | Description | Type |
|---|---|---|
| RGB | Color value to be converted from Linear to sRGB(Gamma) space. | Float3 |