#How can I smoothly transition between 2 colours using a float in shader graph
1 messages · Page 1 of 1 (latest)
Lerp, with float in T input and colours in A/B
1 messages · Page 1 of 1 (latest)
How can I smoothly transition between 2 colours using a float with 0 being colour 1 and 1 being colour 2 in the shader graph. I've tired using lerp and clamp but it did didn't work
Lerp, with float in T input and colours in A/B