Cleveroad/WaveInApp

Waves Colors

Closed this issue · 3 comments

Hello,
thank you for your lib , it's a great work.

I have one questions
when I set the background color transparent the background become black , the question is it possible to set a transparent background.

Best Regard and thank you very much.

Iojjj commented

Hi @ettakhiAb ,

For the first question please subscribe on #28 . For the second one, it's not possible right now. We'll add it in the future release.

Iojjj commented

@ettakhiAb

check #28, I wrote the solution there. Also you can modify GLAudioVisualizationView and add a getter for renderer object. Then you can use it's updateConfiguration method to update colors. That's the only solution for now. We'll provide an ability to change colors out-of-box in the future releases.

Hey, alpha values in color is not working. For example if I put the color #805b47b0 it is not reflecting the translucent color but only #5b47b0 is shown. Kindly help. Thank you in advance!