#Issue with alpha values
1 messages · Page 1 of 1 (latest)
It looks like you have added them together, so the resulting color value of overlapping white parts would be 2 rather than 1
A Saturate node to clamp it to 0-1 range could be all you need
1 messages · Page 1 of 1 (latest)
Each part of the circle is separate, but when I try and use the alpha of them all together, the overlapping parts add up. how can i avoid this? Thanks!
It looks like you have added them together, so the resulting color value of overlapping white parts would be 2 rather than 1
A Saturate node to clamp it to 0-1 range could be all you need