Applying a gradient mask to type to create a reflection

I working with CS4 Windows and am applying a gradient mask to unrasterized type to create a reflection. I've flipped the type, chose gradient tool, have chosen foreground to background, foreground to transparent, etc. The mask layer keeps acting like a "normal" layer and instead of masking out the part I want masked, it darkens that portion. I've even verified my method with tutorials and come up the same problem. I figure there's something I have either checked or unchecked but I can't figure out what. If I use another tool to mask part of the type it works fine. I'm really baffled.

You either want a proper layer mask, or to create a clipping mask. You might try posting a screenshot of your layers panel if you're still stumped.
More about layer masks here:
http://help.adobe.com/en_US/Photoshop/11.0/WSfd1234e1c4b69f30ea53e41001031ab64-7866a.html
More about clipping masks here:
http://help.adobe.com/en_US/Photoshop/11.0/WSfd1234e1c4b69f30ea53e41001031ab64-7853a.html

Similar Messages

  • How do I Apply a Gradient to an Existing Mask?

    I  have a levels layer created from a selection.  Photoshop  uses a mask to protect/exclude the unselected area on the adjustment layer.  Now I need to add a gradient to that same mask.  But, when I try to add the gradient it throws away the original selection mask.  How can I add the gradient such that affects only the selected area?
    I'm using CS4 on Win7 64bit

    Grouping the layer with a blank layer and applying the mask and gradient worked.  Thanks.
    The other two solutions may well work, but I didn't understand them.  When I tried to use a gradient fill layer it covered the selected area -- that is, it acted as a gradient fill rather than a gradient mask.   Same problem with the gradient overlay, plus I didn't see how to orient the gradient.   Probably my ignorance.

  • Need to create a 'gradient mask' using a b&w photo image.

    I have not created a document yet and would like some thought on how to do this: I want to use a continuous tone black and white image which is somewhat close to what would be a 'knockout' but with soft edges - so it gradates appropriately over the background image I want to use, making the black part of the image used as the mask become much of the effect of a gradient mask: the background image shows through whereever there is the 'black' and 'tone' of the image. I hope this makes sense.
    my first thought is to create a layer mask and then paste the black and white image onto that, but I'm not sure if that will work to accept the 'soft tones' of the image and work appropriately.
    Has anyone had experience with this type of thing that they can share what steps I should take to make this effect work?
    TIA,
    Ken

    Doug.S wrote:
    Such a mask can also be very useful in an adjustment layer to control color, sharpneess, contrast, luminance, etc.
    See/search for PPW, Dan Margulis, Photoshop books on color corrections such as LAB or Photoshop workflow, or Italian site "color duels" or Yahoo group "colortheory".
    This is interesting. I'll check these sources and try some of this today. Thanks Doug.

  • How to create gradient mask in CS3 ?

    Is it possible to create gradient mask without programming?
    It is important
    that Flash document must be created in version 9 and AS3. I
    tried to use
    blend modes alpha/erase but they makes object invisible
    (cache as bitmap was
    on and off - every combination of 2 used objects).
    Flash document used for test cosist of 2 MCs:
    - top layer: contains MC with filled by gradient rectangle.
    First color is
    black with alpha 100%, second color is black with alpha 0%.
    - bottom layer: MC containing photo
    I want object on top layer to be a gradient mask.

    Is it possible to create gradient mask without programming?
    It is important
    that Flash document must be created in version 9 and AS3. I
    tried to use
    blend modes alpha/erase but they makes object invisible
    (cache as bitmap was
    on and off - every combination of 2 used objects).
    Flash document used for test cosist of 2 MCs:
    - top layer: contains MC with filled by gradient rectangle.
    First color is
    black with alpha 100%, second color is black with alpha 0%.
    - bottom layer: MC containing photo
    I want object on top layer to be a gradient mask.

  • Printing a graphic with a gradient mask in Flex 3-problem

    Hello, I am fairly new to flex development. I am puting together a little program that allows the user to upload a picture add a vignette mask in order to achieve a soft edge,  and have a problem I cannot  find an answer anywhere, maybe someone could help me please.
    I want  to print a the user photo with a gradient mask or vignette from flex. I managed  to show the image correctly on screeen with the gradient mask using  this class but the output to paper is a rectangle without the soft mask.
    //package to add the mask for display
    package com.dm.graphics
       import flash.display.Graphics;
       import mx.containers.Canvas;
       import flash.display.GradientType;
       public class FrameBorderSoft extends Canvas
          override protected function updateDisplayList(w:Number, h:Number):void
             super.updateDisplayList(w,h);
             var g:Graphics = this.graphics;
             g.clear();
             g.beginGradientFill(GradientType.RADIAL, [0x000000, 0x000000, 0x000000, 0x000000],
             [1,1,0.8,0],
             [1,128,195,255],
             horizontalGradientMatrix(0,0,w,h) );
             g.drawRect(0,0,w,h);
             g.endFill();
    It  works beautifully until I try to print the graphic. The image prints  but without the gradient edges (soft) instead it is just a sharp edge  rectangle.
    Does anyone know how to do this?
    Here is my print function:
    private function doPrint():void {
                    // Create an instance of the FlexPrintJob class.
                    var myPrintJob:FlexPrintJob = new FlexPrintJob();
                    // Start the print job.
                    if (myPrintJob.start() != true) return;
                    // Add the object to print. Do not scale it.
                    if (tabnavigator1.selectedChild == img1) {
               //switchcolor is a variable to detect if the user changed the background to white or clear.       
                             switchcolor = 100;
                          //printCF is the card front container with the photo masked
                       myPrintJob.addObject(printCF, FlexPrintJobScaleType.NONE);
                       myPrintJob.printAsBitmap = false;        
                    } else if (tabnavigator1.selectedChild == img1b) {
                       switchcolor = 100;
                       myPrintJob.addObject(printCB, FlexPrintJobScaleType.NONE);
    I hope this helps to visualize,
    I would greatly appreciate any assistance or advise.

    Hello, back on my issue, i tested a little bit more the message dispaching.
    I read the lazyLoadPolicy class and noticed that it always has to have a ModuleId property in the message to work, that's why the broadcast message didn't work to awake the module with the lazy loading policy.
    So i added copy of my module:
         <cairngorm:ParsleyModuleDescriptor objectId="test"
              url="TestModule.swf"
              applicationDomain="{ClassInfo.currentDomain}"
         />
         <cairngorm:ParsleyModuleDescriptor objectId="testbis"
              url="TestModuleBis.swf"
              applicationDomain="{ClassInfo.currentDomain}"
         />     
    Set them both with a basicLoadPolicy, and tries to dispatch a message to only one of them using the ModuleId metatag. I then noticed that both modules received the message and not only the one i expected.
    I then changed the ModuleMessageInterceptor configuration to dispatch to only one kind of module:
    <cairngorm:ModuleMessageInterceptor type="{ OpenViewMessage }" moduleRef="test"/>
    and this worked as expected. Only the first module catched the message. I am obiously messing with the ModuleId metatag but i cannot see what's wrong...
    I compiled with
    -keep-as3-metadata+=ModuleId
    but this hasn't changed anything...

  • Need help with gradient mask over XML images

    I have a file that works great in pulling images via XML
    data. I want to create a gradient mask using flash CS3, but i can't
    seem to get any sort of mask (solid or gradient) to react with the
    XML driven images.
    Download my FLA
    and other working files
    845 kb

    granted i can see resizing the mask and now it responds...
    however, take a look at this
    Sample of alpha gradient mask:
    http://www.devx.com/webdev/Article/29296#codeitemarea
    i'm trying to this type of mask (static mask obviousl)

  • Why my gradient mask at home renders smooth, but is clipped at work?

    I created a number of gradient masks applied to images with a basic 100 to 0 black gradient, on my Mac at home. They look smooth in Illustrator, and rendered smooth both as a PDF and exported to a PNG.
    Gradient Mask from my Mac at home:
    But when I open the same illustrator document on my Mac at work the gradation of the mask is clipping. So instead of a smooth transition there's now a hard line.
    Gradient Mask on my Mac at work:
    This is the same file, opened on different Macs. Both identical versions of Illustrator CS6, identical color settings, identical color profiles.
    The main differences are my Mac at home is a 2009 MacPro running OS 10.9, and my Mac at work is a 2008 MacPro running OS 10.8.
    I've created and recreated gradient masks over and over again, and I cannot get a smooth transparency gradient mask at all on my Mac at work.
    This presented a problem, as the client had to have last minute revisions when I was at work, and could not produce a smooth image, I was forced to deliver the final graphic with clipped gradient masks.

    So deleting preferences didn't fix it. I even rasterized the gradient to see if an image mask would work better, that didn't work. Then I toggled "invert mask." I was suprised to see that once I inverted the mask (which reversed the gradient), the transparency was smooth from 0 to 100.
    So I've figured out a work around for the problem, but it's still not resolved.
    Invert gradient mask
    Rotate gradient mask 180°
    Adjust gradient mask break points to accomidate reversal
    Here's the result:
    Now if someone can explain to me why a gradient mask doesn't work in one direction, but it does when it's inverted.

  • Do not enter an account number for a masked account type

    Good Morning
    1)
    I am trying to give some account number in open / close posting period window. From acount field (Lower limit of the G/L account numbers ) is not accepting the value. I have also tried with ZZZZZ and many other options. Can any one help what could be he reason ?
    This is the Error Message
    Do not enter an account number for a masked account type
    2) Who is responsible to create the Authorization Group? What is FICO consultant role here ?
    Eg: I want to give some privileges to one of the users in Management to open and close the posting period for all the nominals for all posting periods.
    who creates the Authorization Group
    Regards
    Amar

    Hi,
    1, For account group the error may be comimg because already data is created. In lower limit donot enter ZZZZZ as it is considered as the highest value.  You can try the lowest account number.
    2. Creating a role is job of bais based on the FICO tcode given by FICO consultant. For special privilages to a role you can ask to basis guy to create a separate role and assign to user.
    Regards
    Milind Sonalkar

  • How do you apply a gradient to Levels Gamma in CS2?

    In Adobe Photoshop versions 5 and 7, while retouching photographs I was able to change a levels gamma setting on a selected area, then make the levels change gradual from one side to the other by using the gradient tool. This enabled me to compensate for a gradual fall-off in brightness across an area of the photo. But in version CS2 (Windows XP Professional), the gradient tool seems to work only for added colors, not for the levels gamma.
    Does anyone know how to apply a gradient to a levels gamma change in CS2?  I can't seem to get it to work either on non-layered levels or on a levels layer.
    Cordially,
    Oliver Dean
    Browser: Mozilla
    Operating System: Windows XP Professional
    Has it ever worked? If so, what's changed? (provide comments in description field): No
    Same results with different file?: Yes
    Same results with different computer?: Yes
    Recent System Hardware or Software change?: Not Applicable

    Thanks for your reply -- this is a novel approach I haven't enough experience to figure out for myself!  Chalk one up for the forum!   In the meantime, I think I've found the "missing link" from the simple way I did it in Photoshop 5 and 7 to a similar way in CS2 -- I surveyed all the Gradient Presets, and found one which lookied exactly like the oft-repeated black-to-white preset, but which the tool-tip revealed is actually a "levels" preset.  By selecting it, I was able to use the gradient tool to apply my levels change gradually across a selected area (or across the whole image if nothing is selected).  This way I avoid having to edit masks.
    But thanks for steering me on to a new way of thinking that I need to explore!
    Cordially, Oliver Dean

  • AR Customer Setup: Communication Type Email Creates Two Email Entries

    Hi,
    AR Customer Setup: Communication Type Email Creates Two Email Entries, one with type as Email and other as E-mail.
    In AR Receivables > customer > entry > (B) account details > (T) communication or >Contact roles. While creating new customer contact communication type emai entry, upon entering email address, type as email and saving it, oracle defaultly creates another entry with same address and type as E-mail. So every time i create on email contact email address, it creates another similar with E-mail type.
    My question: Why does two entries get created and how can we avoid it.
    Thanks

    Hi and Welcome to the Forums!
    To use the proprietary RIM Push email capability, you must have an adequate data plan from your carrier. The carriers host BIS for their BB users. Typically, BIS is not available via generic data plans. Many carriers call what is necessary The Blackberry Data Plan. Whatever they call it, it is the carrier who delivers BIS to their BB users -- contact them for assistance. Once you have a BIS-capable data plan on your BB (at whatever fees your carrier will charge, btw), you will then have Personal Email added to the email setup wizard.
    Further, since this is a second hand device, you should read this and ensure that the prior owner fully conducted all steps in the Seller section...if not, then your carrier will never be able to register a BIS account to the BB.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How do you apply a vector mask to a folder in Photoshop CS6?

    The ways you apply vector masks in CS6 is different than in CS5.
    I knew how to apply a vector mask to a folder of layers in CS5.
    I cannot figure out how to do it in CS6.
    So my question is:
    How do you apply a vector mask to a folder in Photoshop CS6?
    And while we're at it, what are the best methods for applying vector masks to regular layers?
    Thanks.

    thomasbricker wrote:
    Im back...
    The thing is, Im not usiing the pen tool to create the vector shape. Im using the vector box tool to create a rectangle [...]
    Yes and that's why I wrote the words "vector tool" and never mentioned a pen. (Although the instructions would be exactly the same for using the Pen Tool because the Pen Tool is a vector tool.)
    which I then want to turn into a layer group mask.
    And yes, this does not work the same way as it did in CS5.
    I wish it did. : |
    Adding a vector mask to a layer or group is exactly the same in CS5.1 and CS6 on my Mac. Maybe that's done differently in CS5 than in CS5.1, but it seems unlikely.
    You have the layer or group targeted. Now draw a rectangular path after making sure the Rectangle Tool is in Path mode, and not Shape mode and not Pixel mode. Then Cmd/Ctrl-click the Add Mask button at bottom of Layers panel.

  • Flash gradient mask problem

    Having a bad day everything i do doesn't work today... I am trying to create a gradient mask but because its not on the main timeline also its in a nested swf, just can't get it working, this is what I was using and tried it with _parent.(instanceName) and _root
    clip.cacheAsBitmap = true;
    mask.cacheAsBitmap = true;
    clip.setMask("mask");
    Any ideas
    Rich

    mask shouldn't be in quotes.
    if removing the quotes doesn't solve your problem what's the following show:
    clip.cacheAsBitmap = true;
    mask.cacheAsBitmap = true;
    clip.setMask(mask);
     trace(clip);
    trace(mask);

  • Apply a format mask in OA Personalisation

    Hi,
    Can anyone tell me if it's possible to apply a format mask to a number field using OA Personalisation? I'd like to change the format mask of the amount fields on the Purchasing Requisitions page.
    Thanks in advance for your help.

    Hi,
    Which type of format mask you want you didn't specfy, please refer Topic Numbers/Currency in JDev guide.
    Please check if this programming unit helps.
    public String roundOffToTwoDigit(String number)
    DecimalFormat formatter= new DecimalFormat("###.##");
    double numberD = Double.parseDouble(number);
    return formatter.format(numberD);
    public double roundOffToTwoDigit(double number)
    try
    DecimalFormat formatter= new DecimalFormat("#.00");
    formatter.setMaximumFractionDigits(2);
    formatter.setMinimumFractionDigits(2);
    return new Double(formatter.format(number)).doubleValue();
    catch(java.lang.NumberFormatException e)
    e.printStackTrace();
    return 0.0;
    Regards,
    Reetesh Sharma

  • Applying a Gradient Feather with a Drop Shadow...

    Howdy,
    I am currently working in Indesign CS3 and I have an outlined image in my document and I am applying a gradient feather so that the image fades from opaque to transparent at the bottom. If I apply a black colored drop shadow to the object the image's color changes slightly because the shadow's color darkens the image where the gradient feather's transparency fades away.
    I have checked the box in the shadows menu so that it "Honors the other effects" but it seems to apply no change in the darkening of the bottom of my image. Has there been a fix for this or an update that will eliminate the shadows color effecting my images color?
    I was just wondering if you could fix the program so that the shadow takes the gradient feather into consideration and does not interfere with the objects color? Or even add a gradient feather feature to the drop shadow effect itself?
    Any suggestions for fixing this other than creating a shadow for the object in Photoshop and importing it into my document. Placing the shadow behind my image and applying a gradient feather that fades out earlier so that the shadows color does not interfere with my image.
    Anything on this subject I would be thoroughly grateful for.
    ~Thanks!

    Ok sorry this is confusing! Here is the image that I am talking about. I am working in InDesign on a catalog for softball uniforms. I have a ton of these uniform images that I'm attempting to apply a gradient feather as well as a drop shadow. But the drop shadow is effecting the color of the uniforms. I was just wondering it this can be avoided.
    Image #1 has both the feather and the drop shadow applied to it. The shadow at the bottom where the image feathers shows through and changes the color of the image. I was just wondering if this can be avoided. You can see the difference it makes when the shadow is not applied on Image 2. I have made sure the drop shadow effect "honors other effects" but it doesn't seem to affect it showing through the feather. I am just wondering if it's possible to avoid having the drop shadow show through the feathered end of an object.
    Thanks for your help everyone!

  • Why does applying a gradient to text turn it black, but the text accepted the gradient fill?

    This seems utterly illogical.  The text now has the gradient fill in its fill slot.  But it's black. 
    Thoughts?
    Reasoning?

    You cannot apply a gradient to individual characters, hence at the character level if you started with green type, applied a gradient, your type would turn black (no matter what the original color was) and would not show a gradient.
    You would preferably delete that fill (to keep your postscript clean), and then click on "Type No Appearance" . Thsi taeks you to the object level of Type, and apply your gradient here.

Maybe you are looking for