Color blender tool and other questions

Hey. I've got Photoshop CS4, which I've been using pretty successfully for digital and pixel art, but there's still a lot to the program that's unknown to me, and trying to google up an answer isn't getting me anywhere. I've got a few questions.
Is there some sort of color blender tool in CS4? By color blender, I mean something that will easily let me pick two separate colors and generate a range of colors that are between them. The tool at http://meyerweb.com/eric/tools/color-blend/ is an example of a program that does what I'm hoping Photoshop can do.
Is there a way to simultaneously view my canvas both zoomed in and at it actual size as I draw? This is mainly for pixel art, where the art close-up can look really different from the actual product. A little actual-sized canvas in the corner of my screen that updated as I made changes to the art in zoom in would save me the time I spend fiddling with magnifying glasses.
Is there was way to keep the smudge tool at full opacity? When using it, smudging edges of color onto a blank space makes them start to get transparent. As of now I just get rid of it by multiplying the layer a few times and then merging, but is there a way to disable that?
If there are no definite ways to do these things, any suggestions or guides you know of would be useful too. Thanks!

Hello!
Select the gradient tool, it is an alternate tool to the paint bucket one (Hit Shift+G until you see it replace the Paint Bucket tool)
Double-click on the gradient you see in the option bar, you will then get the gradient editor http://help.adobe.com/en_US/photoshop/cs/using/WSfd1234e1c4b69f30ea53e41001031ab64-77dfa.h tml
Double-click on the first color stop to get an eyedropper, sample your first color, do the same with the end one, and the second color.
Once your gradient is created, you'll be able to lay down a gradient, and pick the middle color with the eyedropper tool.

Similar Messages

  • Trying to download songs on iTunes and it's asking for "my 1st car I owned" and other questions that I never answered. It won't let me download anything til I answer them. Can you help me?

    Trying to download songs on iTunes and it's asking for "my 1st car I owned" and other questions that I never answered. It won't let me download anything til I answer them. Can you help me?

    You need to contact Apple to get the questions reset. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (94816)

  • In Adobe Flash CS6, I have a blue box appearing around lines drawn with the line tool (and other tools like brush etc). I can't figure out how to disable.

    In Adobe Flash CS6, I have a blue box appearing around lines drawn with the line tool (and other tools like brush etc). Whenever I try to use a tool,  a blue box appears around the line and I have to double click it to manipulate it, which opens just that line in a semi burred screen where all the other objects are semi-grey in the background. I can manipulate this line in this screen but nothing else at that time which I could do about 5 minutes ago. For exampe, I no longer can join up 2 lines drawn by the line tool together. For some reason this started randomly (probably due to a accidental shortcut combination) and I just can't put it back to what it used to be. I have inserted a video hopefully showing what I mean. Any help would be appreciated.

    Thank you - Just what I needed

  • How to get tools and other bars back in view after deleting show-bar?

    How to get tools and other bars back in view after deleting show-bar?

    Hello Jouko.
    You can go into View > Toolbars and select the ones you want to see. If you can't see the menu bar you can simply tab ALT on your keyboard (I think F10 works too) to show it.

  • CS4 tool and other pallettes wont stay above images

    Hi
    CS4, Unlike other versions of photoshop I have had, I am able to bury the tools and other palettes under my images.
    I have my images free floating as always (as I like them) and as I shuffle them about on screen, they bury anything at the sides !
    What setting keeps the tools and palettes on top ?
    Merlin3

    What operating system are you using?

  • Healing brush/Clone stamp tool and others very slow processing

    Healing brush/Clone stamp tool and others very slow processing. System resources monitor shows only 700MB (of 5GB allocated to Photoshop) RAM and 30% CPU is used to perform such tasks as healing brush. Process bar comes up and is painfully slow to complete the task. I don’t understand why does Photoshop not use all the resources available/allocated? No other programs are running at the time, I have tried all the suggestions on this forum and all over the Google. My brand new system is: Intel I7 4770K overclocked to 4.3GHz, 8GB 1600 RAM, Samsung PRO 120GB SSD system drive, 100GB scratch disk. The photos I usually work on don’t exceed 20MB in size. Any suggestion would be appreciated.  Thanks

    Thanks for the answer.
    I have not mentioned the GPU because the processes I described (as far as I know) are not supposed to be using GPU resources. So far I have not been able to afford the GPU i want which is GTX770, so I use Intel 4600 built in graphics instead. To be honest I find, that 4600 graphics is quite powerful. I am able to play Mass Effect 3 on Full spec on max res without game slowing down. And Windows 7 64bit index score is 7.8 for the 4600 graphics. Overall index score is 7.8 on my PC righ now.
    I'll try to get the Photoshop system info as soon as possible.
    Thanks again.
    Zee

  • Exchange 2010 management tools and others

    Win2k8 domain, Exchange 2010 servers
    We want to move to Win8.1 but we, the admins, are preventing it because our tools like the Exchange 2010 Management tool doesn't work with Win8.0 so we're stuck with Win7.
    I've googled around and most suggestion never worked.
    Does Microsoft have any plans at all to have Exchange 2010 management tools and other tools we use to manage our domain work with Win8.1?

    Hi Rino, 
    Thanks for your sharing and efforts put on this issue. 
    This will benefit others who encounter the similar scenario as yours.  
    Happy holiday~
    Kate Li
    TechNet Community Support

  • Pixel Bender custom multiply blend and other questions

    I am creating photo editing application on iPad and i am using Pixel Bender to calculate effects. But ive got a problem with multiply blend mode.When i run it in CPU/GPU mode, it runs fine(result looks absolutly 1:1 as from photoshop). But when i switch to Flash Player mode, it dont want to render properly. I dont get any compilation errors. Ive got also some other questions:
    1.How does PB performs on iOS ?
    2.If my problem is becouse of  incapability of FP, is there any other solution to this ? I cant afford AS3.0 computing, becouse it is really slow even on PC.
    3. Can be Pixel Bender 3D sollution to this ? If yes, when will it come out to iOS ?
    4. How are filters computed in FP ? CPU or GPU ?
    here, you can see the difference : http://ponozka.php5.cz/gpuMode.jpg  http://ponozka.php5.cz/flashMode.jpg
    Thanks
    source code :
    <languageVersion : 1.0;>
    kernel MultiplyLayer
    <   namespace : "Your Namespace";
        vendor : "Richard Molnar";
        version : 1;
    >
        input image4 src;
        input image4 layer;
        output pixel4 dst;
        parameter float4 param <
            minValue:float4(0.0,0.0,0.0,0.0);
            maxValue:float4(1.0,1.0,1.0,1.0);
            defaultValue:float4(1.0,1.0,1.0,1.0);
        >;
        void
        evaluatePixel()
            pixel4 pix;
            pixel4 pix2;
            pix = sampleNearest(src,outCoord());
            pix2 = sampleNearest(layer,outCoord());
            dst.r = pix.r - pix.r * (1.0-(pix2.r))*param.r*pix2.a*param.a;
            dst.g = pix.g- pix.g * (1.0-(pix2.g))*param.g*pix2.a*param.a;
            dst.b = pix.b -pix.b * (1.0-(pix2.b))*param.b*pix2.a*param.a;
            dst.a = 1.0;

    Ok, so i already know, that CPU/GPU and flash are giving different results. So lets have a situation, where you need to display transparent image without transparency. On GPU/CPU, you will need only this :
    dst.r = src.r;
    dst.g = src.g;
    dst.b = src.b;
    dst.a = 1.0;
    but for flash, you will need this :
    dst.r = (1.0/src.a)*src.r;
    dst.g = (1.0/src.a)*src.g;
    dst.b = (1.0/src.a)*src.b;
    dst.a = 1.0;
    First kernel on GPU will show the exact same result as second kernel on flash. But the question remains : is it bug ?

  • Change background color - Integration Builder and others

    Hello all,
    Does anyone know how to change the background color displayed in the Integration Builder and other Java stack components of XI?
    We have a company policy that each different landscape (Dev, QA, Prod, etc) has a different background color in order to minimise the risk of mistakes (ie making an entry / setting in the wrong system).
    For the SAPGui components this is easy to do (just registry entries), but how can this be done for Java stack components?
    Any ideas appreciated (including other ways of highlighting which system you are on if differnt colors are not possible).
    Thanks,
    Brad

    Hi Brad,
    can can always have a look
    the top tab of the IB tools (IR, ID)
    you have server + instance number there
    with ID you will have different object names (business systems)
    for IR different authorizations (DEV, PRD...)
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Resize only one object in selection, and other questions. InDesign CC

    I recently changed from InDesign CS4 to CC. I'm having a few problems with the interface and can't figure them out.
    1) This one is really annoying me: I select multiple items, like a picture and some text, to move them somewhere. I then want to maybe change the size of the text box, or crop the picture a little. What used to happen in CS4 was exactly what I wanted to happen: whichever item I clicked on to edit would be edited. In CC, it resizes everything selected! If I want to resize ALL the items, I'll group them. Is there an option to turn that off? I've looked through every menu I could find but didn't see anything that would refer to that.
    2) In the same vein: When I select a couple items, like a text box on top of a burst or an ellipse or something, and I then want to edit some of the text. In CS4 I could double click and it would turn into the type tool and I could edit text. It still works the same in CC, but only if I have just the text box selected. If there's anything else selected, it just doesn't work.
    3) I complained about this one when I changed from CS2 to CS4, but it's still a problem: When I print, and put in a particular page range, it prints those pages. Now, when I go back to print again, it has defaulted back to printing all pages. I'd really like to be able to hit CTRL-P then Enter, instead of using the mouse to select my page range again. Is there some option that I can change somewhere for that? It works fine in Print Booklet, and Export to PDF. It's only when I print normally this happens.
    4) Every time I open the program, all my windows (Pages, Swatches, Stroke, etc...) are always minimized. It's annoying to have to open them every time. I couldn't find anywhere to change that either.
    These are kind of minor inconveniences I guess, but it would be nice if I could change them. Other than these few things CC has been pretty good. I definitely like that it's 64 bit. I got out of memory errors a lot with CS4. Anyhow, thanks for taking the time to read my questions!

    TopePrinting wrote:
    1) This one is really annoying me: I select multiple items, like a picture and some text, to move them somewhere. I then want to maybe change the size of the text box, or crop the picture a little. What used to happen in CS4 was exactly what I wanted to happen: whichever item I clicked on to edit would be edited. In CC, it resizes everything selected! If I want to resize ALL the items, I'll group them. Is there an option to turn that off? I've looked through every menu I could find but didn't see anything that would refer to that.
    I have InDesign CS5.5 - and when I select more than 1 object I get a bounding box for all the items - it's impossible to resize just one item without affecting everything selected.
    TopePrinting wrote:
    2) In the same vein: When I select a couple items, like a text box on top of a burst or an ellipse or something, and I then want to edit some of the text. In CS4 I could double click and it would turn into the type tool and I could edit text. It still works the same in CC, but only if I have just the text box selected. If there's anything else selected, it just doesn't work.
    I really don't see this behaviour at all.
    TopePrinting wrote: 3) I complained about this one when I changed from CS2 to CS4, but it's still a problem: When I print, and put in a particular page range, it prints those pages. Now, when I go back to print again, it has defaulted back to printing all pages. I'd really like to be able to hit CTRL-P then Enter, instead of using the mouse to select my page range again. Is there some option that I can change somewhere for that? It works fine in Print Booklet, and Export to PDF. It's only when I print normally this happens.
    No - this is the way it works - annoying!
    What's really frustrating is that it will remember the amount of copies you've input too! I would like that reset to 1 after I print 100 copies. All too often I've opened a file from last year to print a copy and hit Ctrl+P and then Return as the shortcuts - and I get 100 copies printed again!!!
    4) Every time I open the program, all my windows (Pages, Swatches, Stroke, etc...) are always minimized. It's annoying to have to open them every time. I couldn't find anywhere to change that either.
    Once you have the screen setup the way you like it go to Window>Workspaces and click "New Workspace"
    Save as it something unique to you.
    Everytime you open InDesign this should be the default panel settings.
    These are kind of minor inconveniences I guess, but it would be nice if I could change them. Other than these few things CC has been pretty good. I definitely like that it's 64 bit. I got out of memory errors a lot with CS4. Anyhow, thanks for taking the time to read my questions!
    They are minor for sure - and we all have niggly bits in InDesign that frustrate us.
    But unfortunately this is a user-to-user forum so it's unlikely to be picked up by Adobe employees.
    I suggest you put it in the feature request forums - http://forums.adobe.com/community/indesign/indesign_feature_requests
    There's the Adobe Feature Request page - https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    That's about as much as you can do.

  • MacBook Pro 13" Hard Drive and other questions

    Hi there,
    I've just purchased a 13" MBP which I absolutely love but have a few questions about upgrading it. I want to swap out the hard drive for a larger capacity but just want to make sure I purchase one that will fit.
    I'll number the questions for ease of answering.
    1. Will this hard drive be correct? I know it's a 2.5" SATA but I didn't know if the dimensions are ok for the 13" MBP.
    http://www.amazon.co.uk/WD-Scorpio-Black-WD3200BJKT-internal/dp/B001FBJJQ4
    2. Will the difference between a 7200rpm 16MB cache drive and a 5400rpm 8mb cache drive be noticeable? I can get a 500gb slower speed drive for the same price and while the capacity increase would be useful, I would prefer a faster drive if it's noticeable.
    Many thanks

    That article I believe to be incorrect! The author never mentions which Scorpio drive....Blue or Black. The Blue does not contain a free fall sensor option as the Black is available with our without free fall sensor. The free fall sensor will interfere with the Sudden Motion Sensor (SMS) built into the Mac. SMS can be disabled but my experience first hand with the Scorpio Black in my MBP 13 was not good even after disabling the SMS and merely using the free fall sensor in the Black. If you want a 7200 RPM drive and you like West Dig get the Black without the free fall sensor. You will be much happier. I run the Black in several Windows Laptops and it streams fast then the 7200.4 which I also have in a windows laptop and the scorpio black performed better and more stable! I just dont think I personal would not use it on the MBP 13...I took mine out for it was problematic!! If you want a 500 GB go with the Fujitsu or the Hitachi...even the the Western Dig Scorpio Blue with does not have a free fall sensor. The author of that article mentioned ShockGuard that is not a Free Fall sensor and only engages durring spin up or down as well as parks when it is off. This does not sense a fall like the SMS or a built in free fall sensor. Many MBP unibody owner have used the Blue and it has been hugely successful!!! My experience which is very extensive with Seagate as of late has not been favorable. I do not like the latest generation of drives they are producing we are seeing extensive failures (higher % compared to other OEMs). Stick with those three.
    If you want battery life, the Fujitsu or Hitachi are very good choices Fujitsu being a little better
    For speed the WD Blue is best on synthetic tests but it is a little power hungry. I am sticking with the Fujitsu in real world test it seemed to do better than the others...H2Benchw it wasnt as good. PCmark it did very well. The Gaming, Video and other test it seemed to do well on but not as good in the h2Benchw.
    http://www.tomshardware.com/reviews/mobile-hdd-notebook,2305.html
    Great info!!!

  • Windows File compatibility, my iPod, and other questions

    After years of gripping about doing Video and Photo editing on my PC, I am considering switching to a Mac. But, given I have a heavy investment in PC hardware, I want to make sure I can leverage everything the best way possible. So...
    1.) I have a 20GB clickwheel iPod...any problem using this with a Mac? Need to be reformatted or anything?
    2.) Can you access ActiveX based websites without problems?
    3.) I have a Windows XP machine with 4 drives in RAID format. Could I use this as a common storage network drive for both Mac and PC's at the same time (for instance, store MP3's on it, and access and play them from either the iMac and other Windows PC's without a problem?). What about jpg formatted pictures? Any nuances between PC and Mac formats? (or is jpg really just jpg on either machine...I can open up the same picture on a Mac and a PC and see the exact same picture, without major color changes, etc.).
    I realize I need to reformat to FAT, but other than that, are their other problems I should know about? (I would like to use the RAID configuration to make sure I don't lose any data)
    That should start for now...
    Thanks - Jeff
    Windows (for now) Windows XP Looking at an iMac
    Windows (for now)   Windows XP   Looking at an iMac

    1.) I have a 20GB clickwheel iPod...any problem
    using this with a Mac? Need to be reformatted or
    anything?
    You can use it, and it will need to be reinitialised formatted for the Mac.
    2.) Can you access ActiveX based websites without
    problems?
    No you can't access ActiveX websites with a Mac
    3.) I have a Windows XP machine with 4 drives in
    RAID format. Could I use this as a common storage
    network drive for both Mac and PC's at the same time
    (for instance, store MP3's on it, and access and play
    them from either the iMac and other Windows PC's
    without a problem?).
    Yes
    What about jpg formatted
    pictures?
    Yes
    I realize I need to reformat to FAT,
    If the computer will still be running Windows and acting as a server then no you won't need to reformat to FAT.
    iFelix

  • EXSP24 in LE7 and other questions

    I have worked out that the sampler instrument editor in LE7 has been removed which is kinda an odd upgrade from Logic Audio 6 imo. If i have this wrong please let me know.
    So how do I go about adding in new instruments from sample cd's etc??
    I am used to running Logic Audio 6 on my old Imac in System 9 so the new or apparent lack of Logic Folders etc is quite bizarre for me. So if anyone can also throw me some pointers on:
    1: Using Reason adapted for Recycle as a rewired instrument in LE7 (I have a feeling this is not possible)
    2: Using Absynth within LE7
    3: Will something like Kontakt run in LE7?
    4: Rewiring Logic into Live or vice versa.
    So many questions
    Thanks
    Paul

    You can't edit EXSP24 instruments but you can import several formats:
    Akai, Soudfonts, Giga, SampleCell and DLS.
    To create your own patches you need some external apps like this:
    http://www.redmatica.com/Site/Pages/KM.php
    About other questions and supposing that you don't have a Intel Mac:
    1. Yes, you can.
    2. Logic uses plugins in Audio Unit format; if you have an older version of Absynth you should upgrade to a newer one.
    3. Same as above,
    4. Logic can act as Rewire host only so you can rewire Live to Logic but not Logic to Live.
    cheers
    rob
    Power Mac G4/533 PowerBook 12   Mac OS X (10.4.5)  

  • Components inline, and other questions

    Hi, is it possible to flow text between components the way it is done with inline images? Also, I have tried creating an external, interactive SWF and including that as an inline image, but although it displays, it does not function correctly. Is this expected - because this funcionality is only supposed to be used for static images?
    Once an image or SWF has been used inline, and the TFT has rendered it between text, is it possible to get the new X/Y position of this image, and if so, how?
    Lastly, is work still ongoing on this tool and when is it planned to be published as a non-beta version?
    Thanks,
    Jim

    Hi,
    Thanks for this.
    You say external interactive SWFs may not work right, what about components like TextFields, and DropDown boxes? I found out how to get those into the TextFlow and all seems to be okay, is this functionality actually supported/good practice?
    We're going to be looking to use this tool in a production environment, are there any future plans to integrate this into the Flash player as standard as a non-beta product we can rely on?
    Thanks for your help,
    Jim

  • New Droid Turbo takes forever to load pictures on social media? ...and other questions!

    Hey all, I just got my new Droid Turbo a week ago and I've noticed some shortcomings that I'm not sure how to handle. They're not major, but they irritate me. I'll just list them...
    -On social media (Instagram and Facebook specifically), the pages load fine but most/all of the pictures take nearly a minute or more to load, if they load at all. Never had an issue with Samsung or previous Motorola phones doing this.
    -I occasionally get a popup error that "Contacts has stopped" even when I'm not accessing it or the program is closed (it usually happens when I'm making a call).
    -I have a setting to make my Gmail mail sync automatically, but it doesn't always do it, and the phone is supposed to notify me but only does it sometimes.
    -How to make "folders" in photo Gallery?
    -Google Play music is synced, but doesn't play AT ALL...just "thinks."
    I think that's all I have for now. Sorry it's so much, but I appreciate any help you all have! Thanks!!
    *Lauren*

    Congratulations on your new Droid Turbo. We'd love to help make sure your new phone is working properly. For the photos in Instagram and Facebook, Is it that some photos appear and others do not? How are photos in other applications or different websites? As for the Gmail sync, have you checked the settings under Gmail to ensure the sync options are set to your preference. In regards to the folders for the gallery, folders are usually created on their own and based on where pictures are created. For the Play Music, what happens when you try to play songs?
    SheritaH_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the �Correct Answer� button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

Maybe you are looking for