Change background color to white doesn't show anything
NehaDhanwani opened this issue · 6 comments
I changed the colors of waveform from VerticesDataGenerator and put a background color white/transparent but it doesn't work. It works with gray or any other such variant. How to fix it?
Hi, firstly, it's pretty hard to set transparent colour for GlSurfaceView. You need to use solid colour. Please, specify what are you trying to achieve.
I want to display the waveform, same colors as it displays in the sample on Playstore but on white background
You can use solid white color like #FFFFFF
I did.. doesn't work, no matter what colors i give to waveform it doesn't work with white. Any other color is fine
Any update on this? I am having the same issue. If you set the background to white or transparent it is not working. Transparent gives a black background since there are some values you need to update to allow for transparent (see here). Passing in #FFFFFF
(white) hides the waves and the entire glSurfaceView is just white.
Heey, i woud like to implement Horizon on white background as well and maybe there is something like transparency of wave colors in horizon library ? It looks like it. Where can i change it ?