How do I create gradients (only a few steps) that follow the contour of the artwork?

I am creating a 'How to' diagram using illustrations from a previous artist. As such I need to recreate his way of creating image gradients. He seems to do it by using only a small amount of gradient steps creating quite block like gradients. Like this: How would I go about getting my smooth gradients like this? At the moment I am creating a smooth gradient filled object, expanding it then specifying the steps in the dialogue box that then appears. But this does not really recreate the same gradient (please see as follows):So my question is does anybody know how this artist has done this? As the gradients also seem to follow the contours of the object.
Thanks in advance,
Olly

Olly,
If you do wish a more precise recreation, I am afraid you need to approach it some other way.
As I see the original artwork, it has small roundings at the left end, and it has a dark outer stroke and a blend inside from bottom to top, and on top of that it has three slightly shorter parts, the two lower ones abutted. Everything narrower at the left end, except for the stroke which is uniform.
You may recreate all that in this maybe rather silly way:
1) Create a rectangle with the original width and right side height and with the same Stroke Weight and colour as the original and with a solid fill the same colour as the original at the bottom, then create a corresponding rounded rectangle with Corner Radius corresponding to the roundings to the right, and place it on top of the rectangle;
2) Select both and Pathfinder>Divide, then delete the corner paths to the right, then select the rest and Pathfinder>Unite (or whatever it is called in your version to get one path with rounded corners to the right, then scale the H value to the original left side height;
3) Copy 2) to the front, remove the fill, and lock the copy (which holds the stroke), to work on with the fill/nostroke path;
4) Create two copies of 2) and hide the topmost one;
5) With one of the top Reference Points ticked in the Transform palette, select the visible copy path 4) and reduce the H value to a small suitable value (1pt or something, depending on the size);
6) Select 3) and 5) and Object>Blend>Make (with Smooth ticked in Object>Blend>Options), this should give you the background fill;
7) Show the copy hidden in 4) and reduce its height to 1/6 (divide the H value by 6), change the fill to the right (darker) solid colour/shade, move it to a position 1/6 up, and reduce its W value by a small amount so the bottom fill shows at the ends;
8) Move a copy of 7) 1/6 up;
9) Move a copy of 8) 1/3 up;
10) Adjust the colours/shades of 8) and 9), unlock the stroked path from 3), and Group everything, now you should have the whole artwork represented, only rectangular;
Depending on version, you may then:
11a) For the newest version(s) create an Art Brush to be applied to simple paths with decreasing width towards the right, or
11b) For any version, Direct Select the Anchor Points to the far right, and Object>Transform>Scale vertically to get the original height to the right.
Here is an image in greys, indicating the look after 10) and 11) (the stroke should have been wider, eating away more of the height of the bottom fill blend):

Similar Messages

  • I updated to an iphone5 and only a few of my photos came in from the photostream how ever all of the are still on my iPad?! How do I get the rest of the photos over to my iphone5?!

    I updated to an iphone5 and only a few of my photos came in from the photostream how ever all of the are still on my iPad?! How do I get the rest of the photos over to my iphone5?!

    First of all, photo stream only saves up to 1000 photos and up to 30 days before they are deleted.  The only thing you can do at this point is to sync the photos from the ipad to a computer and then sync to the iphone 5.
    Read this...  import photos to your computer...
    http://support.apple.com/kb/HT4083
    This should help...  sync photos to a device...
    http://support.apple.com/kb/HT4236

  • HT4528 how do I create an event in my calander that repeats the second thursday of every month

    how do i create an event in my calander that repeats the second thursday of every month

    This should get you started down the pathJust replace User data with your cluster and do the data integrity check in the value change event use a simple one button dialog to notify the user which values are out of compliance and disable and grey the OK button untill all conditions are met.
    Jeff
    Attachments:
    Prompt(Date).vi ‏50 KB

  • When trying to Airplay from my Macbook Pro Retina, to AppleTv3 it plays for only a few minutes, and then jumps back to the Mac. It seems to do this no matter what I play, music, movies or pictures. I just bought a new router. This could affect it

    When trying to Airplay from my Macbook Pro Retina, to AppleTv3 it plays for only a few minutes, and then jumps back to the Mac. It seems to do this no matter what I play, music, movies or pictures. I just bought a new router. This could affect it.
    I have been playing whole movies before from VLC without problems.
    Any Ideas?

    Welcome to the Apple Community.
    Yes it's network issues or settings that cause these types of problems most of the time.
    The following article(s) may help you.
    Troubleshooting AirPlay
    Troubleshooting Wi-Fi networks and connections
    Recommended Wi-Fi settings
    Wifi Diagnostic Software (for Mac users)
    You may also find some help on this page, where I’ve collected some of the more unusual solutions to network issues.

  • How can I delete part of my message or forward part of it? I only see an option that allows me to delete the entire message.... Help please

    How can I delete part of my message or forward part of it? I only see an option that allows me to delete the entire message.... Help please

    hold your finger on the part of the message you want to delete. This will give you the copy and more option. Choose more, and then you will be able to choose the message or messages you want to delete. Once selected you will be able to tap the trash can icon on the bottom of your screen.

  • How do we create user defined Task in OM & Which report we run for the Task

    Hi
    How do we create user defined Task in OM & Which report we run for the Task.
    Regards
    Rajesh

    You can create tasks using PFCT or path: Human resources> Organizational management> Expert mode> Task catalog in Easy access.
    Check this link may be useful for you: http://help.sap.com/saphelp_40b/helpdata/pt/fb/135d89457311d189440000e829fbbd/content.htm

  • How do I create a product or item database so I can search fr the product and its files with hte pro

    How do I create a product or item database so I can search for the product and its files with the products name or four digit code

    Ok so I made some progress on this. I have figured out, that I can add a chained "add to cart" to certain items, then when they click the button for Buy now, it will add both items to the cart. However, this would require me to manually build each product page and generate a custom button for each one with both product IDs in it.
    Can anyone offer help on how to put some JS in that would append a second function to the onclick function that BC Generates dynamically?
    For the products that require a set up fee, I would assume I would add in to either the product templates or in to the item description some JS that would find the onclick of the buynow button and append a second function to also add to cart the setup fee product. The end result being code that looks like this:
    <input type="submit" class="productSubmitInput" onclick="AddToCart(188536,6314368,'',4,'','',true);AddToCart(188536,6314367,'',4,'','',tr ue);return false;" value="Buy Now" name="AddToCart_Submit" />
    Except of course, the product ID on the first AddToCart would be the main product with the second one being the one appended.
    Does any of that make sense? lol

  • How can I creat a 802.1x Profile without Lion Server? I miss the plus-button in Lion to creat a 802.1x Profile.

    How can I creat a 802.1x Profile without Lion Server? I miss the plus-button in the Network Configuration (OS X Lion) to creat a 802.1x Profile.

    Tried this?
    http://blog.affien.com/archives/2011/03/16/802-1x-configuration-profile-on-lion- mac-os-x-10-7/

  • TS1389 I have tried all of the suggestions and still keeps asking me to authorize my computer for only a few songs that I have purchased.... HELP???!!!

    I have tried all of the suggestions and still keeps asking me to authorize my computer for only a few songs that I have purchased.... HELP???!!!

    Delete and redownload them if doing so is free in your country.
    (69918)

  • How do I create a 4 second long loop that is repeated for say a minute long on garage band, I'm sure it can done, please help

    How do I create a 4 second long loop that is repeated for say a minute long on garage band, I'm sure it can done, please help, I now own a new mac book.

    Rachel Dalby wrote:
    How do I create a 4 second long loop that is repeated for say a minute long
    drag the top right corner of the region for as long as you want it

  • How can I set a password for firefox so that everyone have to enter the password before executing firefox

    My younger sister executed my firefox just at this afternoon(she originally use IE), and she saw something that can't be seen. How can I set a password for firefox so that everyone have to enter the password before executing firefox?

    Also see this for an English version of Profile Password:
    *Profile Password: http://nic-nac-project.de/~kaosmos/profilepassword-en.html#PPF
    It is an extension to protect the profile with a password, but being an extension that protection can easily be bypassed by starting Firefox in [[Safe mode]].<br />
    So do not rely on it.<br />
    If you want to protect content then you have to use methods supported by the OS like a separate user account with a password or an encrypted file system.

  • How to transfer iTunes library to an external drive (thats easy!) but keeping the playlists musics on the computer?

    How to transfer iTunes library to an external drive (thats easy!) but keeping the playlists musics on the computer?
    Many thanks!

    Select a single song with a broken link, press CTRL+I to Get Info, cancel when asked to locate the track and take a look at the Summary tab. Post back where iTunes is looking for the file. It begins file://localhost
    Where is it really?
    Please post back both paths so that I can make suggestions. Full paths please, exact spellings, you can replace your user name with <User> if needed.
    tt2

  • I have a Macbook Pro early 2011. i don't have AirPlay on my computer. How can I get it. I have read that early 2011 should have the AirPlay option. Any ideas please.

    I have a Macbook Pro early 2011. i don't have AirPlay on my computer. How can I get it. I have read that early 2011 should have the AirPlay option. Any ideas please.

    Hi All,
    I need your expert advice to proceed. I bought apple TV and it works fine with my iPad and iPhones also fine with itune of my Mac Book Pro BUT I am not seeing setting which says "Airplay Mirroring" in system preference -> Display at all.
    I checked my mac serial number and it shows the model as below. As far as I understood this feature should be there from 2011 onwards.
    MacBook Pro (13-inch, Late 2011)
    Software  Mac OS X Lion 10.7.5 (11G63b)
    Please suggest!!
    Thanks and Regards

  • HT4915 How do I remove a song from my iPhone that I pulled down off the Cloud?

    How do I remove a song from my iPhone that I pulled down off the Cloud? I don't want to remove the song from my library, just my iPhone.

    If you're using iTunes Match, currently this is not possible.  For some reason the ability to remove individual songs was removed with iOS 6.  All you can do is delete all the music from your phone (by going to Settings>General>Usage, tapping Music, swipping across All Music and tapping Delete), then redownload the music you want on your phone from iTunes Match.
    If you're not using iTunes match you could try swipping across the title of the song and seeing if the option to Delete appears.  Not sure if this is still possible for non-iTunes Match users.

  • How do I create a PDF form for submission that can be used by Acrobat Reader only users?

    I am attempting to create a PDF document in Acrobat Pro with fields that can be submitted (via email) by users using only Acrobat Reader.
    I have tried changing the properties of the 'Submit' button, although I am not sure what I am doing wrong.
    Can anyone please help?
    C.

    I created a form using Adobe LiveCycle and added the submit via e-mail button. One change which I made was in the XML script I changed submission type to pdf, so that thepdf form itself would be e-mailed. This works fine if I use Adobe Pro 8, but when I tried the same using only Adobe Reader 7.0, it would not let me e-mail the form along with a message "This operation is not permitted".
    Any comments?
    Thanks

Maybe you are looking for

  • How can you sort without adding all the music to iTunes?

    I'm an older person and I don't get it. At first I just had a shuffle and I downloaded specific songs into iTunes that I liked. Then I upgraded. I loaded a whole bunch of cd's into various libraries at various times on an external hard drive. Now, I

  • How are all the Components available in CCMS

    All, I am new to MI, I have one question: Once we register all the components in MCD, Are all these components required to be enabled/made available in CCMS? If so how will that be done? Regards Sudh

  • Word 2003+Acrobat 6: Page # became {Page} after Acrobat installed. What's the fix

    As soon as I installed Acrobat 6, all page numbers on my printouts (every printer and every PDF) changed to "{page}". They look fine in the file, but are lost in the print preview. I had the issue on one machine, moved the .doc file to another one. P

  • Defining a new quantity field in SD

    Hi, I added a custom Z....... field to VBAP table . I want this field to be assgined to a user-defined CO-PA quantity field so as to be accumulated for some analysis. However, when I run KE4M (assign SD qty fields-CO-PA Qty fields) transaction, I can

  • Missing icons for Adobe CC programs

    All of my adobe icons are missing (show as a white icon, or a white icon with the icon its supposed to be in the middle of it). A few days ago they were all showing up. How can I fix this? I've tried assigning the correct programs via associating the