Hello @JPabl.1 ,
Simply using another line with a low alpha value probably feels weird because you have a fade in your Figma image.
The best way to get really good looking GUI is to use images.
Can you export your Figma image and import it ti your TouchGFX project to use it there?
If you really don't want to use an image because it takes a lot of memory space, consider compressing your image inside TouchGFX.
If you still don't want to use images, then maybe you could create 3 lines (or boxes) of 1 pixel of width with a different alpha value each to create the fade.
(If you have bigger fades to do, you could use the "setAlpha" method to modify the alpha value in code so you don't have to do it by hand.
I hope this helps!
If this comment answers your question, I invite you to select it as "best answer".
Regards,