Layer styles - color overlay

At my current work our designer using color overlay everywhere, instead of just change color, saying it is more comfortable to him. But when using project parfait it does not see color overlay, for example on shapes and fonts.

Hello marchenko alexandr,
Thank you for bringing this to our attention. Would you be willing to share an example PSD so we can check it out here?
Thanks!
Bruce

Similar Messages

  • Layer Style - Pattern Overlay - the tile dimensions tooltip has gone?

    In Layer Style -> Pattern Overlay previous Photoshop versions (i.e. CS5) you could hover over the thumbnail and you would get a tooltip appearing that showed you the original image file dimensions. I need this feature back! Is there any way to get it back?

    It still works in Preset Manager … curious.
    If more people can confirm the behaviour maybe you should post a report rover at
    Photoshop Family Customer Community

  • Filter Effect and Layer Style in the same layer vs separate layers

    I'm adjusting a photographic image and am using both a filter effect and a layer style in the same layer on a Smart Object.  I want to separate the two effects into two layers, so one layer has the filter effect (Nik) and one layer has the layer style (Color Overlay) (with the goal of merging/rasterizing the Nik filter effect with the Smart Object but keeping the layer style unmerged).  I can make two layers and move one effect without problem, but the visual result of each effect on a separate layer is quite different from having both effects in the same layer.   The Blend Mode for all my layers is Normal.  Within the Color Overlay panel, the blend mode is Linear Burn.
    I don't understand why the visual result is different.  I'm not an advanced user of Photoshop, so maybe I'm missing something.  This is a trial of CS6 that I'm using.
    Layer 1: a layer style and a filter effect, stacked
    looks very different from....
    Layer 2:  a layer style
    Layer 1:  a filter effect

    If you want two separate layers, then on the duplicate layer with the Color Overlay layer style you might try different layer blending modes.
    For example, below looks the same having the Color Overlay with linear burn on the second layer and changing the layers blend mode to Hue.
    You could also put the layer in a group and apply the layer style to the group.
    (i deleted the previous post because of pilot error)
    Message was edited by: R_Kelly

  • Scripting a layer style for each layer to make a depth pass from focus stacking information.

    I'm trying to generate a depth pass from rack focus. Basically where I've gotten to right now is importing the rack focus footage each frame from as an individual layer. Then running Auto Blend Layers and letting photoshop do it's magic to mask out each layer's out of focus information. This basically gives me a bunch of layers that tell me exactly where the camera's focus was at each frame in the shot. What I need to do now is Add a color overlay (maybe in the form of a layer style) that starts at 100% black and goes to 100% white stepping through each layer.
    Right now I have this, which is so very far away.
    try {
        var docName = app.activeDocument.name;  // save the app.activeDocument name before duplicate.
        var layerCount = app.documents[docName].layers.length; //figure out how many layers
        var colorStep = 255/layerCount; //figure out how big the step of grey is between each layer.
            for (i = 1; i <= layerCount; i++){
                my_layer = [docName].layer(i);
                my_layer.applyStyle (solidFill) //add the color overly layer style
                //color the overlay using the colorStep information and layer number
    What I want is an end result that looks like this.

    The only focus stacking I have done is with macro photography. Below is a script that adds the layer effects but the results with my macro samples did not turn out looking good. Maybe you will have better luck with the type of photography you are doing.
    function ftn1(r,g,b) {
        var desc = new ActionDescriptor();
            var ref = new ActionReference();
            ref.putProperty( charIDToTypeID('Prpr'), charIDToTypeID('Lefx') );
            ref.putEnumerated( charIDToTypeID('Lyr '), charIDToTypeID('Ordn'), charIDToTypeID('Trgt') );
        desc.putReference( charIDToTypeID('null'), ref );
            var effectsDesc = new ActionDescriptor();
            //effectsDesc.putUnitDouble( charIDToTypeID('Scl '), charIDToTypeID('#Prc'), 333.333333 );
                var colorfillDesc = new ActionDescriptor();
                colorfillDesc.putBoolean( charIDToTypeID('enab'), true );
                colorfillDesc.putEnumerated( charIDToTypeID('Md  '), charIDToTypeID('BlnM'), charIDToTypeID('Nrml') );
                colorfillDesc.putUnitDouble( charIDToTypeID('Opct'), charIDToTypeID('#Prc'), 100.000000 );
                    var rgbcDesc = new ActionDescriptor();
                    rgbcDesc.putDouble( charIDToTypeID('Rd  '), r );
                    rgbcDesc.putDouble( charIDToTypeID('Grn '), g );
                    rgbcDesc.putDouble( charIDToTypeID('Bl  '), b );
                colorfillDesc.putObject( charIDToTypeID('Clr '), charIDToTypeID('RGBC'), rgbcDesc );
            effectsDesc.putObject( charIDToTypeID('SoFi'), charIDToTypeID('SoFi'), colorfillDesc );
        desc.putObject( charIDToTypeID('T   '), charIDToTypeID('Lefx'), effectsDesc );
        executeAction( charIDToTypeID('setd'), desc, DialogModes.NO );
    try {
        // var docName = app.activeDocument.name;  // save the app.activeDocument name before duplicate.
        // var layerCount = app.documents[docName].layers.length; //figure out how many layers
        var docRef = app.activeDocument;
        var layerCount = docRef.artLayers.length;
        var colorStep = 255/layerCount; //figure out how big the step of grey is between each layer.
        var color = 255;
        for (i = 0; i <= layerCount; i++){
            docRef.activeLayer = docRef.artLayers[i];
            ftn1( color, color, color);
            color=color-colorStep;
    }catch(e){}

  • Layer Style Palette Color Picker

    In my layer style palette I don't have a box that is allowing me to change or choose the color.... how do I get that to show up?!  It used to be there but now it is gone! I am attaching a screenshot of what I am seeing. I can't seem to figure out how to change the color from red! HELP!

    Just select the Color Overlay option in the left hand menu as nicknal2 has suggested?
    Here is a screenshot:

  • Photoshop CS6 Extended x64 Win7 bug, color overlay layer effect

    I created a simple layer shape using the elipse shape tool, and applied a color overlay (blue) layer effect to that shape. The applied color overlay doesn't fill the entire shape (see image) making it look like the shape has a very wide stroke applied to it (it doesn't). If I "copy merged" the pasted copy is a rasterized version of the problematic overlay. If I rasterize the layer, the fill then covers the entire shape.
    Jpeg below. Shape is black, color overlay is blue. There is no other effect applied. Blend mode normal, opacity 100%. The image upload won't let me attach the layered PSD file, but I'd be happy to provide it for troubleshooting.
    If it matters, I'm running PS CS6 under Creative Cloud.

    Good call, there is indeed a thick stroke set for the shape tool. Thank you.
    But that answer leaves me with another question.
    Apparently applying a color overlay effect only applied to the object's fill. Why does the entire object, stroke and all, go blue when the layer is rasterized? If that's not a bug, it's at least irrational.
    I added an inner glow layer effect and the same behavior applies. The stroke is not changed by the layer effect, but when rasterized (except via copy merged) the stroke disappears and the layer effects are applied to the full diameter of the circle and the stroke.

  • Color range selection + layer styles

    Hello--
    Help me if you can!
    I have had it on good authority (my photoshop instructor) that color range selection hasn't been working correctly for some time.
    I'm using CS2, version 9.0.2 on an IMac os X version 10.5.8.
    I am often working with multiple layers that are not similar at all.  When I have one layer active and do a color selection, it may also select the color range on inactive layers.  Then, if I do a fill, for example, it may affect areas on other layers that were inadvertantly color selected.  I know there are ways to ask photoshop to perform a function on all layers, but I don't see this as an option or setting with color range selection.  I had started to assume it was sort of like crop, which affects all layers, but when I asked, my teacher says it should only be selecting/affecting the layer that is active. 
    I found I can deal with this by 'closing the eyes' (making non-visible) the other layers...but that is a hassle and sometimes hides exactly what I need to see.
    Then noticed, just lately, that when I use a layer style, it is no longer showing up on my layer palette.  Maybe I don't understand correctly, but I thought any layer style addition would show up on the palette under the name of that layer.  If I happen to remember that a particular layer used a layer style, I can still click on the layer styles icon and alter it, but it isn't displaying on the layer palette any more--so I cannot toggle or discard the effect simply, and it is hard to know why a layer looks the way it does without that information.
    Could be I'm corrupted and need to deinstall/reinstall?  Is there something I'm missing about these functions , or something I accidentally changed?  I would really appreciate any help or information.

    Yes your instructor is wrong, it always selects visible pixels, and always has. You can however create a selection before you go into Color Range, and it will only work within that selection though.
    If you want Color Range to work in precisely the same way as it always did in the old versions you need to make sure that you ..
    • Highlight a non masked layer and
    • Uncheck the somewhat bizarrely entitled "Localised Color Clusters" checkbox
    The changes to Color Range happened a few versions ago, to my memory it was with CS4 .  The main improvement was that they made it more powerful with the capability to produce better more refined selections. They also unfortunately made the daft mistake of making the command work DIFFERENTLY depending on whether you have a masked or a non masked layer selected. This is not very logical really because it just causes confusion, and doesn't really achieve anything constructive in my opinion. No one who knows what they are doing wants to modify an existing mask using Color Range.

  • Transfer pattern overlays from layer styles Photoshop CS2 to CS4

    Hi all,
    I was wondering is there a way to transfer my pattern overlays from my layer styles from Photoshop CS2 to the CS4?  Thanks in advance.
    pwit

    Save them from the flyout menu in the top right corner of the Actions palette in CS2, then load them into CS4.
    Mylenium

  • Any way color overlay could be carried over from psd to Reflow?

    Hello,
    We are really excited about Edge Reflow in the office, but one pain is that layer effects in the psd don't carry over to the Reflow file. A lot of times we designers use color overlay on things like copy in various parts of the layout to see different comps and make the best design solutions. It would be great if we didn't have to change the color of the type before running the generator... Am I missing a setting? If this isn't something we can change on our end, are you guys working on it?
    Thanks,
    Marc

    okay I see that this is getting little more complicated.
    So now I see it isn't anything with windows.
    I do edit the picture in raw and it looks good and save it as psd then when I open it in photoshop it looks right and if I select view-proof colors then it comes out with that crazy color as it will look after I save it.
    So going from raw where i edit it looks good then after I save it even if I save it there as jpg and open on photoshop it alway changes when it is checked on proof color.
    Is anyone on here that know whay this is happening? how do I make the pictures stay the same after I edit them in raw?

  • Layer Styles don't work with one file

    I'm using CS2 for Win. I've got an important file that will not accept layer styles. The layers appear to be "styled" on the layer stack, but nothing previews or shows up on the actual layer. I've created new layers; they don't take styles either. Other files in the system - including new ones - work okay; it's just this one that has the problem.
    It could be contaminated; I accidentally saved it as a PDF with layers, and then back to a TIF. It's an 8-bit file; I've tried saving it as a PSD. Same problem.
    Is there a way to rescue this thing? I have to get it to a client tomorrow. Many thanks to anyone who can help!

    I've been having this happen in Photoshop Elements 2.0.  Looks like a bug.  But it might be me not knowing what I'm doing.
    However, one fix that just worked for me was to use Image -> Duplicate Image.  Drop shadow worked in the duplicated image even though it would not work in the orginal.  Nothing I've tried doing to the orginal (save and open again, turn layers on and off, chagne order, duplicate layers and delete the "broken" ones, etc) seemed to allow the layer effectrs to work for me once it stopped working.
    This "bug" happened to me after messing around with the background layer - deleting and recreating it as a solid color.  Looks like the software is getting confused about where to image the drop shadow.  Maybe it is getting confused about the order of the layers or something?  If you turn the preview OFF you can see small changes as you adjust the paramaters in the effect.
    Curt Welch
    [email protected]

  • Get layer style parameters?

    How is it possible to set and get layer style parameters? For example read out stroke size, shadow distance, etc...

    In case you're still interested about getting and setting layer styles parameters, I've just released a new module jamStyles of my open-source JSON Action Manager scripting library, which provides full support for blending options and layer effects using a fully-documented, simplified JSON object format.
    I've also written a quick tutorial showing how to perform a few standard operations, using mainly the two functions jamStyles.getLayerStyle and jamStyles.setLayerStyle.
    For instance, the following code sample will set a mildly complex layer style:
    var layerStyleObj =
        "blendOptions":
            "fillOpacity": 70,
            "blendInterior": true
        "layerEffects":
            "scale": 100,
            "dropShadow":
                "enabled": true,
                "mode": "multiply",
                "color":
                    "red": 0,
                    "green": 0,
                    "blue": 0
                "opacity": 70,
                "useGlobalAngle": false,
                "localLightingAngle": 90,
                "distance": 6,
                "chokeMatte": 0,
                "blur": 4,
                "noise": 0,
                "antiAlias": false,
                "transparencyShape":
                    "name": "Linear",
                    "curve":
                            "horizontal": 0,
                            "vertical": 0
                            "horizontal": 255,
                            "vertical": 255
                "layerConceals": true
            "innerShadow":
                "enabled": true,
                "mode": "multiply",
                "color":
                    "red": 0,
                    "green": 0,
                    "blue": 0
                "opacity": 70,
                "useGlobalAngle": false,
                "localLightingAngle": 90,
                "distance": 10,
                "chokeMatte": 15,
                "blur": 20,
                "noise": 0,
                "antiAlias": false,
                "transparencyShape":
                    "name": "Linear",
                    "curve":
                            "horizontal": 0,
                            "vertical": 0
                            "horizontal": 255,
                            "vertical": 255
            "innerGlow":
                "enabled": true,
                "mode": "linearDodge",
                "color":
                    "red": 255,
                    "green": 246,
                    "blue": 168
                "opacity": 31,
                "glowTechnique": "preciseMatte",
                "chokeMatte": 0,
                "blur": 20,
                "shadingNoise": 0,
                "noise": 0,
                "antiAlias": true,
                "innerGlowSource": "centerGlow",
                "transparencyShape":
                    "name": "Half Round",
                    "curve":
                            "horizontal": 0,
                            "vertical": 0
                            "horizontal": 29,
                            "vertical": 71
                            "horizontal": 87,
                            "vertical": 167
                            "horizontal": 195,
                            "vertical": 240
                            "horizontal": 255,
                            "vertical": 255
                "inputRange": 43
            "bevelEmboss":
                "enabled": true,
                "highlightMode": "screen",
                "highlightColor":
                    "red": 255,
                    "green": 255,
                    "blue": 255
                "highlightOpacity": 100,
                "shadowMode": "multiply",
                "shadowColor":
                    "red": 0,
                    "green": 0,
                    "blue": 0
                "shadowOpacity": 100,
                "bevelTechnique": "softMatte",
                "bevelStyle": "innerBevel",
                "useGlobalAngle": false,
                "localLightingAngle": 90,
                "localLightingAltitude": 75,
                "strengthRatio": 80,
                "blur": 16,
                "bevelDirection": "stampIn",
                "transparencyShape":
                    "name": "Linear",
                    "curve":
                            "horizontal": 0,
                            "vertical": 0
                            "horizontal": 255,
                            "vertical": 255
                "antialiasGloss": false,
                "softness": 0,
                "useShape": true,
                "mappingShape":
                    "name": "Half Round",
                    "curve":
                            "horizontal": 0,
                            "vertical": 0
                            "horizontal": 29,
                            "vertical": 71
                            "horizontal": 87,
                            "vertical": 167
                            "horizontal": 195,
                            "vertical": 240
                            "horizontal": 255,
                            "vertical": 255
                "antiAlias": true,
                "inputRange": 70,
                "useTexture": false
            "solidFill":
                "enabled": true,
                "mode": "normal",
                "opacity": 100,
                "color":
                    "red": 0,
                    "green": 102,
                    "blue": 255
    jamStyles.setLayerStyle (layerStyleObj);
    And this code will let you read out the drop shadow distance:
    var layerStyleObj = jamStyles.getLayerStyle ();
    if (layerStyleObj)
        if ("layerEffects" in layerStyleObj)
            var layerEffectsObj = layerStyleObj["layerEffects"];
            if ("dropShadow" in layerEffectsObj)
                var dropShadowObj = layerEffectsObj["dropShadow"];
                alert ("Drop shadow distance: " + dropShadowObj["distance"]);
    Actually, if you know for sure that the current layer you're working on has layer effects, including a drop shadow effect, the code can be as short as:
    var layerStyleObj = jamStyles.getLayerStyle ();
    alert ("Drop shadow distance: " + layerStyleObj["layerEffects"]["dropShadow"]["distance"]);
    Or, even shorter, using dot notation:
    alert ("Drop shadow distance: " + jamStyles.getLayerStyle ().layerEffects.dropShadow.distance);
    HTH,
         --Mikaeru

  • Layer Styles Not Saving for Use on Other Computers

    I've been trying over and over for the last 6 hours to get the layer styles I save in my custom pallet to work on other computers. I mean, I have a bunch of pallets from other sources and somehow they achieved a way of being able to save theirs, now why can't I do it on mine?
    So, here's the story of what I've done. I have a Text layer, I've added a list of FX to it via the Layer Styles menu. Now I save the document. I open up a new document and copy/paste the FX onto a new Text layer in another document window. It works great.
    Then, I save the layer styles for use later, but no. When I do everything exactly the same way, my Layer Style that I saved has lost all it coordinates of shadows and stroke widths, bevels, you name it, it's screwed up. Now I've tried this so far on CS4 and CS5, 3 different computers. All 3 computers have different settings for how Photoshop is set up, so I know it's NOT my settings alone. Though, it keeps the colors and custom gradients how they are, everything is bonkers.
    I'm ready to stop trusting in Photoshop to be there for me when I need it...or punch a hole in the wall. Whichever comes first.
    I need help for this as soon as possible, for I have an assignment I need this for.
    Running: Windows 7 64
    Adobe Photoshop CS4 & CS5.

    SplendidAngst wrote:
    <snip>
    Then, I save the layer styles for use later, but no. When I do everything exactly the same way, my Layer Style that I saved has lost all it coordinates of shadows and stroke widths, bevels, you name it, it's screwed up.<snip>
    Adobe Photoshop CS4 & CS5.
    Seems to me you left out the most critical piece of information, that is, HOW did you save the layer style for later use ?
    You might read this tutorial to see if you did it correctly.
    Paulo

  • PSE 7 - Layer Styles don't show on white background?

    Hello!
    I've encountered some odd, but repeatable, situations with PSE 7's Layer Styles. If you have a white background, add a layer to that and then apply the Layer Style (like "Blue Ghost," "Heavy Noisy," "Noisy," "Radioactive," and others) you do not see the Layer Style.
    However, the layer is marked with the "fx" symbol. And...what really surprised me is that if I change the color of my background layer to anything but white, they then show up! Note that things like "Radioactive" is a bright green edging layer styleit should easily show up on white. And my layer that has the layer style applied to it is above the background layer and visible. The picture part of the layer is quite visible, but the layer style is not as long as the background layer is white.
    I think this is a glitch/bug...but it's odd, because it's not there in PSE 6 and I can't imagine why Adobe would change this in PSE 7...and as far as I know there is no "new" feature associated with Layer Styles in PSE 7.
    If anyone has any other information on this or a work-around, I'd be most interested in hearing about it.
    Thank you!
    Beverly Schulz

    Beverly,
    I can't imagine that another Beverly Schulz would be posting to this forum other than the one that teaches for ed2go. Since your name popped up here I want to take the opportunity to say that I took PSE5 Advanced and it was the best ever online class I have taken. The knowledge has served me well and I still refer to my notes.
    I hope someone can solve your problem. I am now working in PSE7 and am interested in the responses.
    Best of luck.
    A former student,
    Dianne McDermand

  • Retaining layer styles in a text layer merge down

    I created some text and added layer styles to it.  However when I merge the text, first rasterizing then merge down, I lose the layer styles.  The text goes to its original color and no shadow, no stroke, bevels or anything else.
    on a Mac CS 5.5  OS 10.6.8
    Thanks in advance

    Hi,
    If you view the image at 100% view (actual pixels) before rasterizing and merging, does that make a difference?

  • Layer style stroke for open paths

    I would like to be able to apply something like the Layer Style Stroke to open Paths non-destructively (so »Stroke path with brush« does not meet my, well, »needs« might be to strong a word).
    Currently using a Path as a Vector Mask for a Solid Color Layer and applying Stroke to that causes open Paths to appear closed.

    We are happy that you like the new features in CS6.   You can request new features from your ideas here: http://feedback.photoshop.com/photoshop_family  and people can vote on them.
    Note: A shape layer stroke is a vector-based stroke and is applied only to shape layers. This is very different from the layer syle stroke.
    You can control the settings for this stroke in the options bar for the vector tools (Shape, Pen, Path Selection, Direct Selection). This stroke is an attribute of the shape layer and will not cause the fx icon to display on the layer in the Layers panel.
    A layer style stroke is a pixel-based stroke and can be applied to any layer that accepts layer styles (including shape layers). The settings for this stroke are controlled via the Layer Styles dialog.
    Pattie

Maybe you are looking for

  • Bringing event to front in iCal

    Going to try a slightly different question to the one I posted yesterday. If i want to bring an iCal event to the front because it is hidden behind another how do I do this?  Click on it right and it should come to the front?  Since upgrading to Lion

  • Change Font Size in a Field

    Hi - I am typing information into a Adobe document which was created by another user.  I would like to change the font size for the field so the complete entry can be viewed.  I have Adobe Acrobat Standard version 9 and my operating systems is Window

  • Playlist items are greyed out

    I have synced my ipod to itunes. When i play it thru my auto audio system the playlist are greyed out and don't play. Any helpp is appreciated, Frank

  • Why is the Music UI in iPad iOS 5 so lame?

    Why is the iPad Music UI in iOS 5 so lame looking?

  • Need help with install and activation

    Can anyone provide me with a link to install Office Enterprise 2007.  My old computer died.  I have the DVD, but my new computer does not have a DVD drive.  I have the product key code.