GradientIt

derez

Expert
Licensed User
Longtime User
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.
 

Attachments

  • grad1.jpg
    grad1.jpg
    36.5 KB · Views: 40
  • grad2.jpg
    grad2.jpg
    35.4 KB · Views: 32
  • grad3.jpg
    grad3.jpg
    37.5 KB · Views: 37
  • GradientIt1.3.zip
    16.2 KB · Views: 62
Last edited:

ExcludeReality

Active Member
Licensed User
Very useful library! Can you please upload the help file in plain-text format, for those of us who don't use Microsoft Word.
 

derez

Expert
Licensed User
Longtime User
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.
 

derez

Expert
Licensed User
Longtime User
I believe Version 1.2 solves the problem reported above.
ver 1.3 with a better solution.
 
Last edited:
Top