Help with multiple Gradients on the layer mask

I was watching a tutorial and I saw someone using multiple gradients on the same layer mask. When I try everything that is happening, it's photoshop to erase the last of them, I applied. An example would be using a gradient on the four corners of an image, but of different variations.

Any help is appreciated!

I use CS4, I don't know if that makes a difference?

Or multiplying the mixture on the gradient. Screen to display

Tags: Photoshop

Similar Questions

  • How to resize layer with a large image of the layer mask?

    Hi all

    How to resize the image on the layer mask?

    * document - doc.width, doc.height

    * mask - activeLayer.bounds

    * and how to take the coordinates in the image with the mask, if the image is larger than the size of the document?

    01.jpg

    2014, use it at your own risk.

    #target "photoshop - 70.032»

    If (app.documents.length > 0) {}

    Var ref = new ActionReference();

    ref.putEnumerated (charIDToTypeID ("Lyr"), charIDToTypeID ("Ordn"), charIDToTypeID ("Trgt"));

    var layerDesc = executeActionGet (ref);

    var layerMaskEnabled = layerDesc.getBoolean (stringIDToTypeID ("userMaskEnabled"));

    If (layerMaskEnabled == true) {}

    // =======================================================

    var idsetd = charIDToTypeID ("setd");

    var desc4 = new ActionDescriptor();

    var idnull = charIDToTypeID ("null");

    var ref1 = new ActionReference();

    var idLyr = charIDToTypeID ("Lyr");

    var idOrdn = charIDToTypeID ('Ordn');

    var idTrgt = charIDToTypeID ("Trgt");

    Ref1.putEnumerated (idLyr, idOrdn, idTrgt);

    Desc4.putReference (idnull, ref1);

    idT var = charIDToTypeID ("T");

    var desc5 = new ActionDescriptor();

    var idUsrM = charIDToTypeID ("rocket");

    Desc5.putBoolean (idUsrM, false);

    var idLyr = charIDToTypeID ("Lyr");

    Desc4.putObject (idLyr, idT, desc5);

    executeAction (idsetd, desc4, DialogModes.NO);

    };

    Alert (app.activeDocument.activeLayer.bounds)

    };

  • share 'Start' content and presentation of the tile with multiple users on the same Tablet Windows RT

    Hello

    Can someone tell me if it is possible to share/copy the content start and the tile layout with multiple users on the same shelf?

    Hello

    Welcome to the Microsoft community.

    Unfortunately, you will not be able to share or copy the content start and available to tile with multiple users. However, you can rearrange the tiles and select the content to be displayed manually on each of the user accounts.

    See these articles for more details:

    Customize the splash screen

    http://Windows.Microsoft.com/en-in/Windows-8/start-screen#1TC=T1

    Reorganization of the tiles start

    http://Windows.Microsoft.com/en-in/Windows-8/rearrange-tiles-start

    I hope this helps. Let us know if you need more assistance.

  • Opacity of the layer mask Photoshop in AE

    I have a series of PSD files each with a layer mask with a default opacity of 100%. PS, I change the 'density' of the layer of about 15% in order to achieve the desired result. Either way, the layer mask is also an inactive Alpha channel.

    My question is that when I include the series of the PSD AE as-is, the layer mask is available as a black. It doesn't seem to be a way adjust the density of the mask as in Photoshop. I tried to use an alpha channel and track matte, but no luck. The main PSD file has the default active layer apparently mask with no way to change it.

    Maybe I'll have to put in place an action on PSD files?

    Thank you.

    Screen Shot 2015-06-04 at 12.30.33 PM.pngScreen Shot 2015-06-04 at 12.28.20 PM.png

    AE is not layer masks as separate channels, it uses only the calculated pixel opacity. Simply, you cannot use this method. Rasterize your stuff to separate the layers.

    Mylenium

  • apply the layer mask selection

    Hello

    IAM looking for a solution to apply a previeuws

    choice of a layer of an adjustment layer mask.

    The gale of my code to select the mask - but when I apply the

    selection, it creates top layer.

    I need to go into the layer mask (alt and click) and then paste it.

    Then turns off.

    Scriptlistender is not helping much.

    
    app.activeDocument.selection.selectAll(); //selects stuff on the preview layer
    app.activeDocument.selection.copy();  //copy that stuff - to paste it into the mask later
    
    var adjLayer = doc.layerSets.getByName("ao").artLayers.getByName("ao");  //searching for a group and specific layer
    var mask = ExtendedLayer.selectLayerMask(adjLayer); // extern function wich selects the mask (does not go "into" the mask - just selects it)
    
    
    pastMask = function()
    {
    
    // Selectin recorded by Script listender
    var idslct = charIDToTypeID( "slct" );
        var desc321 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
            var ref212 = new ActionReference();
            var idChnl = charIDToTypeID( "Chnl" );
            var idChnl = charIDToTypeID( "Chnl" );
            var idMsk = charIDToTypeID( "Msk " );
            ref212.putEnumerated( idChnl, idChnl, idMsk );
        desc321.putReference( idnull, ref212 );
        var idMkVs = charIDToTypeID( "MkVs" );
        desc321.putBoolean( idMkVs, false );
    executeAction( idslct, desc321, DialogModes.NO );
    
    // paste, recorded by script listender
    var idpast = charIDToTypeID( "past" );
        var desc322 = new ActionDescriptor();
        var idAntA = charIDToTypeID( "AntA" );
        var idAnnt = charIDToTypeID( "Annt" );
        var idAnno = charIDToTypeID( "Anno" );
        desc322.putEnumerated( idAntA, idAnnt, idAnno );
    executeAction( idpast, desc322, DialogModes.NO );
    
    
    };
    pastMask();
    
    

    Any help would be really nice. !

    Thank you very much

    Alpha

    app.activeDocument.selection.selectAll (); selects on the preview layer stuff

    app.activeDocument.selection.copy ();  copy such things - to paste it later into the mask

    var adjLayer = activeDocument.layerSets.getByName("ao").artLayers.getByName ("ao");  looking for a group and a specific layer

    activeDocument.activeLayer = adjLayer;

    pastMask = function()

    {

    Selectin registered by the listender Script

    var idslct = charIDToTypeID ("TPCV");

    var desc321 = new ActionDescriptor();

    var idnull = charIDToTypeID ("null");

    var ref212 = new ActionReference();

    var idChnl = charIDToTypeID ('channel');

    var idChnl = charIDToTypeID ('channel');

    var idMsk = charIDToTypeID ("Msk");

    ref212.putEnumerated (idChnl, idChnl, idMsk);

    desc321.putReference (idnull, ref212);

    var idMkVs = charIDToTypeID ("MKV");

    desc321.putBoolean (idMkVs, true);

    executeAction (idslct, desc321, DialogModes.NO);

    dough, recorded by the listender script

    var idpast = charIDToTypeID ("gone");

    var desc322 = new ActionDescriptor();

    var the idAntA = charIDToTypeID ("AntA");

    var idAnnt = charIDToTypeID ("Annt");

    var idAnno = charIDToTypeID ("year");

    desc322.putEnumerated (idAntA, idAnnt, idAnno);

    executeAction (idpast, desc322, DialogModes.NO);

    };

    pastMask();

  • How can I change the opacity of the layer mask?

    HI -.


    I used a layer mask to hide portions of a picture.

    Now I need to leave this hidden part of show at, say, 50% opacity (I'll have to experiment to find the optimal percentage.).

    I'd like to screw up the layer mask and start on another.  Already, I thought I could duplicate the masked layer, remove the mask on the copy and set its opacity to 50% but now I have 2 layers.  I suspect that there is a way to do without a double layer.

    Is it possible to adjust the opacity of the layer mask?

    TIA your entry

    JL

    Win7, Photoshop CS5

    Have you tried to use the controls in the masks palette?

    You control the opacity of the area exposed with the opacity of the layer and the density of the hidden box with the density on the masks palette slider.

  • Change the layer mask: Alt + Shift + click does not work?

    I have PES 9 w/Mac OS X.  According to Adobe using for layer masks, "to display the mask in a mask color red, hold down the Alt + Shift and click on the thumbnail of the layer mask".  It is also stated by Missing Manual for elements.  I can't get this to work and can display the mask only in itself (in black and white).  I have uninstalled/reinstalled without success.  In other words, when I change the mask, I don't see where I'm editing.  Can someone help me?

    Exit the editor, then go in your username > library > Preferences and delete:

    com.adobe.PhotoshopElements.plist

    Adobe Photoshop Elements 9 paths

    Adobe Photoshop Elements 9 parameters

    Repair permissions, and then try again.

  • I want to see the layer mask instead of the thumbnail of the layer mask in the layers palette.

    I don't see a thumbnail of the mask layer instead of the layer mask itself when I add a layer mask to the CS6.  How can I change this so the layer mask

    appear in the layers palette?

    Thank you

    Marc

    From what I remember of the CS6, it's the same CC follow these steps: in the layers palette, click on Panel options

    Click on the larger thumbnail

    The layer mask should now be big enough to see. Otherwise, you need to display it on the screen by alt clicking on

    on a PC option by clicking on the layer mask on a Mac

  • White color on the layer mask does not

    Well, I have a problem... Each setting is fine, but when I open the layer mask on a layer, and if I have the black brush, it works very well, BUT if I brush white, it does not work. It's like the color white is on 0% opacity. It shows me an action in "history, but it's like I'm not even brushing."
    Now, when I want white brush, I switched layer mask, brush black and then I reverse again, because as I said, the white color just doesn't work...
    -Colours btw, work not in a layer mask

    Is the Mode in the Options bar to brush on something other than normal?

  • Why apply the layer mask is grayed out?

    Hello

    From time to time 'apply the layer mask' is not available.

    What I checked myself:

    -Photoshop is not in master view (abbreviation Q).

    -J' have reset all warning dialog boxes (since it is a way to get a mask by dragging it to the trash).

    Can't get to work!

    Other solutions? Thank you!

    Screen Shot 2015-04-20 at 11.23.16.png

    I found myself - the layer was a dynamic object. Perhaps I should suggest Adobe to let Photoshop ask pixelation during application, instead of just greyin'out.

  • Restore to 'apply the layer mask' OPTION?

    There is a new feature where you can drag a layer to the trash and NOT invited mask to "apply the layer mask?  This also has the 'do' don't show again option - which I clicked by accident. Thus, the default is now to apply the layer mask when I drag a layer mask to the trash. I can't imagine a way to restore the more traditional function, without restoring all other prefs.

    So what I would like is a way to restore the default classic where dragging a layer mask to trash the opportunity to apply or ignore them.

    Please excuse this apparently insgnificant request, but it is a very common function I would like to restore.

    Thank you!

    See if clicking Reset all dialogs warning at the bottom of Photoshop > Preferences > general solves the problem.

  • How to paste a picture into the layer mask? (Photoshop Cs6)

    How to paste a picture into the layer mask? (Photoshop Cs6)

    Try the steps in this tip video tutorial:

    Good luck!

    See you soon,.

    Kendall

  • view the psd with feather and the layer mask

    Hello

    There is one case where I can't display a modified to correct Photoshop image in LR.

    If the PSD file has a layer mask with a feather, LR displays a hard edge mask.

    There is no problem with a normal gradient or shadow a layer style.

    I'm on CC PS and LR CC, latest versions.

    Anyone have the same problem?

    Thank you

    JO

    LR display PS layer mask.jpg

    This is a known bug in the latest version of Photoshop. Adobe knows about it, and I think they're going to fix in the next version of PS.

    HAL

  • Black brush on the layer mask works not. Please help.

    I have been using CS6 for some time now.  6 CS decided that I can't use my black brush on a white layer mask. Not at all. I can use that white on a black mask, but not black I.  I restarted the computer, but I'm annoyed. Anyone have this problem?  Solutions?  I'm so over my head with photos at the end... It would be my great weekend to night work.

    Look at the Options bar. Is the brush in Normal blending mode?

  • No support for pse4, don't need help with aid and all the rest. What is a layer? How can I get help PDF from CD? I don't have any idea how to use it. I have a Macbook pro.

    Need help with using pse4 not taken in charge by adobe. How subjects do not available and I have never used something like that. Aide said there is a download but have not been able to do. What is a rookie to do? Y at - it somewhere that I can go to learn how to use PSE4?

    To find out how your problem:

    http://kb2.Adobe.com/CPS/402/kb402107.html

    To get help from the CD files you double-click in the finder, go to PDF help and drag it to the desktop or elsewhere.

Maybe you are looking for