Page 1 of 1
Translucent background support for Canvas textures
Posted: Tue May 16, 2023 7:07 pm
by Xaser
I'm not seeing a way to set up a
Canvas texture to use a translucent background. It starts off solid black and all the various "Clear" functions do a solid-color fill, ignoring the alpha value of whatever color gets passed in. This limits its usefulness for many applications (menus, etc.).
Re: Translucent background support for Canvas textures
Posted: Thu May 18, 2023 5:09 am
by dpJudas
I believe the canvas texture itself already have the alpha channel, so this boils down to the Clear functions ignoring the alpha channel. If it could be altered to use a renderstyle with a SRCALPHA blend rule then it would probably apply the alpha.
Re: Translucent background support for Canvas textures
Posted: Thu Jun 22, 2023 4:26 am
by Jekyll Grim Payne
I second this, because the lack of translucency currently significantly limits the application for these.