For those who need to gradient everything ("Gradientitis") - here is a gradient creating library.
the way to do it is to create first your image, where all the elements to be gradiented are painted in "primer" color, and then activate the library on the rectangle which surrounds the elements.
Gradient can be linear, in any direction, or circular.
The library is for desktop and device, but give it time to complete its work when running on the device because it checks every pixel, sometimes even twice, to get a clean picture.
Edit: ver 1.1 with two options for circular method.
Edit: ver 1.2 with another property - Sensitivity, to solve inaccuracies in the color access in the device.
edit: ver 1.3 with better soultion for the same problem, Sensitivity deleted.
__________________
David Erez
Ramat Hasharon, Israel
I have found a bug which is due to difference in the RGB between drawn pixel and read pixel in the device. Until corrected - use only colors with 0 or 255 in their RGB elements for primer.
__________________
David Erez
Ramat Hasharon, Israel