At the moment i have a static plain blue background color on my surfaceview, I wanted to know a way to get a blue gradient from deep blue to light blue vertically. Currently I set the background color like this
canvas.drawRGB(15,03,175);
Any tips or advice will be appreciated, thank you.