I’m having an issue with a premultiplied alpha blending shader for the UI I’m tinkering with that won’t respect the CanvasGroup’s alpha.
Normally the “final step” would be:
half4 final = results * IN.color;
I’m guessing I need to do something a little different because of the premultiplied alpha blending but I’m not sure what.
Thanks.