Mobile app version of vmapp.org
Login or Join
Bryan765

: Automatically fill a polygon grid with gradient I would like to fill a polygon grid automatically with a gradient in Illustrator. How can I achieve this? Each polygon shape has a total fill

@Bryan765

Posted in: #AdobeIllustrator #Gradient

I would like to fill a polygon grid automatically with a gradient in Illustrator. How can I achieve this? Each polygon shape has a total fill and no gradient within the seperate shape.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Bryan765

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sarah814

If you have your polygons as individual closed paths, you can use a script. One is available as an example in scripting utility Scriptographer.

It's Colorizer.js and needs installed 32 bit Java. It takes a bunch of closed paths which are over a bitmap image (=imported JPG). Every path get new fill which is the average image color under the path area. The paths stay in vector domain, only their colors are calculated from the JPG.

Here the gradient was exported as JPG and reopened. Rasterizing only do not help. The green parts are the closed paths.

Paths and the gradient JPG are selected:



After running the script:



Scriptographer was created for legacy Illustrator. I have no idea how it works with Illustrator CC. It's still freely available from scriptographer.org/

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme