Swatches names in photoshop

Is there a way in photoshop to link the color swatches with their name  ?  I am doing design recoloration, and would need the name of each color   to be written under the color palet on the cad, as I change the   colors.... probably not possible, but just in case... or  another   software ? or with a plug-in ? I already know there is Uforia, but it  is  not convenient for me. Anyone has a suggestion?Thank you!

In the color palette, no - we don't keep names there because the whole point of the color palette is changing colors.
In the swatches palette, you can always change the way the list is displayed to include the names (or just show the names).  Check the options available in the menu on the top right.

Similar Messages

  • Swatch name Variable

    Hi,
    It's my first time posting on this forum. I´m new around scripting but I need to do a simple task. I think It´s impossible without using script.
    Example: I have 4 rectangles, each one with personalized colors using color Palette. Model is RGB.
    I created an action which automaticaly selects each object and save its color in Swatchs panel.
    I´m able to reach the result which automaticaly selects object per object and saves its color.
    But, the problem is that I´d like Illustrator to save the color name as Color 1, Color 2 (a name plus a variable), instead of saving name as color composition (R-255 B-10 G-30). Its impossible to record swatch name desired in the action.
    Is there any way to create a script which select one object a time, save its color in the swatch palette with the name color 1 and do that for all objects in the artboard. So, a sequence name of color 1, color 2, as Photoshop would do if you create color swatches?
    How to create
    Thank you for any advice

    Something like the following should work (untested)
    Set your count var
    var colorCount = 0;
    After you set the swatch :
    var lastSwatchIndex = app.activeDocument.swatches.length-1;
    var lastSwatch = app.activeDocument.swatches[lastSwatchIndex];
    lastSwatch.name = "Color "+colorCount;
    iterate the counter

  • How can i print a color swatch chart of photoshop swatches? [was:jasrhodes]

    how can i print a color swatch chart of photoshop swatches?

    The forum hosts have corrected your post title, but for next time, please give your threads a sensible topic title.
    Also more information would be appreciated.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers: 
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • How to extract channels names from PhotoShop-written TIFFs?

    Hi,
    Does anybody know how to extract channel names from PhotoShop-written TIFFs? (I'm really asking about spot color channel names, as basic channel names, such as "Red," "Green," "Blue" or "Cyan," "Magenta," "Yellow," and "Black" can obviously be derived from the color space tag.)
    There's some XMP data in those TIFFs, but manual inspection does not seem to reveal channel names. So, this may not be an XMP question, after all. There's also a larger (for metadata) data block associated with a private (Adobe) tag, which could contain the information. It's binary, though, and I wouldn't know how to crack it open.
    The data must be present somewhere in the file, as PhotoShop will show the channel names on re-open of the TIFF.
    There's a TIFF/IT TIFFTAG_INKNAMES tag, which PhotoShop doesn't utilize.
    Any pointers greatly appreciated.
    Thanks,
    Oliver

    Solution is to speak to Adobe directly and receive confidential info.

  • How do I import colour swatch into CS6 photoshop?

    color Swatch

    You can download a Theme from Adobe Color CC in .ase (Adobe Swatch Exchange) format. In the Swatches panel in PhotoShop open the panel menu (top-right corner) and select Load Swatches...
    Your theme swatches will be added to the bottom of the current ones.

  • Getting swatch names of each document item

    I'm trying to find a way to loop thru all items in an Illustrator document and get their stroke and fill color.  Sometimes items are spots, sometimes documents are set to RGB or CMYK, etc, so swatches can be a mixture of things.  Is there an easy way to get the swatch name for each item?
    For example, I can check if an item is a spot, and get it's color like so:
    var c = app.activeDocument.pageItems[0];
    if (c.strokeColor.typename === 'SpotColor') {
        var s = c.strokeColor.spot.name;
    But if I try to get the name from an item colored 'Black' (which is set to Process Color, CMYK), then I'll need to do something else like:
    var c = app.activeDocument.pageItems[0];
    if (c.strokeColor.typename === 'CMYKColor') {
        var s = c.strokeColor.name;  // This returns undefined - not sure what I'm doing!!!
    Is there an easier way to achieve this, other than getting the typename of each item, and then trying to figure out it's color name?  I was hoping something like this would work:
    var c = app.activeDocument.pageItems[0].strokeColor.name;
    Thanks!
    Jay

    Thank you Larry.  This is very helpful to know!
    I chatted with a friend, who knows much more about colors, printing, etc. and now I see that I can only get item swatch names when the item is set to a spot (or global I believe).  Process on the other hand will just return specific number values for each color (c, m, y, k).  So I think I have a better understanding now.
    Thanks.
    Jay

  • How to rename swatches name?

    Hi,
    I need to rename the swatches name.
    For ex: 05;c=0;m=50;y=0;k=0 rename this color to Color 05.
    While removing the original color name manually, it ask for replace with. How this can be done?
    Regards,
    Subha......

    Its aks for 'replace with' when removing the complete Swatch manually, not just the name.
    To change the name (VB), try:
    myiddoc.Swatches.item("05;c=0;m=50;y=0;k=0").name = "Color05"
    or
    myiddoc.Swatches.item("05;c=0;m=50;y=0;k=0").name = "Color" + left(myiddoc.Swatches.item("05;c=0;m=50;y=0;k=0").name, 2)

  • Batch Printing with File Names in Photoshop CS5

    How can I batch print hundreds of images with the file name on each of the print? I also need them to be printed at their original dimensions, which mean they should not be scaled when printed to papers.  Any help would be greatly appreciated. Thanks.

    Thanks for your response, Noel. However, the images to be printed at their actual dimensions and resolution (300ppi). This is so that we can see how their qualities are going to be when they are printed the actual publication, which is at 300ppi.
    What I used to be able to do in CS3 is creating an action in Photoshop that contains a print command with "label" or file name option on. Then I ran the script through the batch command in Bridge. However, in CS5, when I tried to same method, all of the images are printed at 1/2 an inch while they are actually 3-5 inches at 300ppi. Therefore, I am trying to another method that would give me the same result.

  • How to customize size of "Swatches" Panel in Photoshop CS 4/5?

    Hello,
    1) Using the edge of the bottom right hand corner you can drag a swatches panel to a smaller or larger size.
    The picture above was taken when the swatch panel's dimensions counld not be further dragged down into a smaller size. I want to reduce the swatches panel's dimensions to only show one row of small colour thumbnails to increase space of my workplace within Photoshop CS5.
    2) Also, I would be eternally thankful if any one of you could tell me how to assign shortcut keys for custom colour swatches that I select using the eyerdropper tool and save into the swatches panel.

    You can collapse your panels down to icons, arrainge them in a single column, and dock them to the side of the workspace. Clicking on the icon will open the panel, and clicking again will collapse it back.

  • Strange, long program name for Photoshop CS3 in Finder Open with

    I recently upgraded from Adobe CS2 to CS3 (since they FINALLY fixed the Acrobat issue!), but now when I right-click an image file in Finder, then select "Open with", and look at the suggested programs, I've got these horrendously long, strange program names displaying for Photoshop CS2 and Photoshop CS3. Here's the one that displays for CS3:
    Adobe Photoshop CS3.app (10.0.1x10071012 [20071012.r.1644 2007/10/12:09:30:00 cutoff; r branch]))
    Screenshot:
    http://johnhmoore.com/AdobeOpenwith.png
    Any idea why this is or how I can make it go away?? (and instead just say Adobe Photoshop CS3.app)
    Thanks!
    John

    I would try resetting your LaunchServices database with something like Onyx or Cocktail (I think it does it too). Note that this will wipe out any custom file associations you might have setup.

  • Captions using file names? (Photoshop Album Starter Edition)

    In Photoshop Album Starter Edition, is it possible to create a slideshow and use the file name (i.e. "Red Sails in the Sunset.jpg")as a caption that is viewed within the slide show segments? If not, is there another Adobe product, possibly Elements, that can do this? Thanks, Van.

    Somewhat related:
    I have used tags to organize my photos, but it seems this will be lost if I ever move to another program (e.g. Picaca - though Adobe was able to import one Picasa tag). My questions:
    1. How can I permanently associate tag-type info with my photos?
    2. Can I use a simple or batch method to use my filenames (which have a lot of info) as captions?

  • Script to export swatch names as tab-delimited text?

    Howdy!
    I run the screen printing department at a large shipping company, and as we grow, we're trying to integrate & computerize our workflow. 95% of the designs we have on file are built as spot color in Illustrator.
    We're trying to automate some functions here in the screen-making department, such as a computer-generated inventory of screens on-hand. When we image a screen, it'll get a barcode sticker and we can then *beep* it into inventory. When we reclaim a screen we can *beep* it out of inventory. My thinking is that this would be a metric ton faster than wandering around on the shop floor looking for screens when clients placed re-orders.
    In order to do that, I've got to generate a spreadsheet with the name of each color in the design in its own field of a spreadsheet, so that they can be used to populate our inventory system and get assigned SKU's.
    I can do this manually, but it's going to take a long time. What I was sort of half-heartedly wishing for was a way to export the names of all the spot swatches used in a design as text, hopefully tab-delimited so that it can be copy/pasted into a spreadsheet.
    Am I nuts?

    Chris, you could give this a try? It was done for mac OS as a batch. It should…(if it works) write a tab delimited text file to your desktop. As is it works for all the illustrator .ai & pdf files of a given folder. It would append the text file for each directory which you run it on. If it works this could easily be changed to work with just an open doc.
    var defaultFolder = new Folder ('~/Desktop');
    var illFolder = defaultFolder.selectDlg('Please select your Folder of Illustrator files…');
    if (illFolder != null) {
    var fileList = illFolder.getFiles(fileFiltering);
    if (fileList.length > 0) {
    main(fileList);
    } else {
    alert('This Folder contains NO Illustrator files!');
    } else {
    alert('User Canceled!');
    function main(fileObjs) {
    for (var i = 0; i < fileObjs.length; i++) {
    var fileName = fileObjs[i].name;
    var colorList = customColors(fileObjs[i]);
    var thisInfo = fileName + '\t' + colorList;
    writeLog(thisInfo);
    alert('Finished…');
    function customColors(filePath) {
    var colorList = '';
    filePath.open('r');
    while (filePath.tell() < filePath.length) {
    var line = filePath.readln();
    if (line.substring(0, 23) == '%%DocumentCustomColors:') {
    colorList = line.substring(25, line.length-1) + '\t';
    var nextLine ='';
    while (nextLine.substring(0, 18) != '%%CMYKCustomColor:') {
    var nextLine = filePath.readln();
    if (nextLine.substring(0, 18) != '%%CMYKCustomColor:') {
    colorList = colorList + nextLine.substring(5, nextLine.length-1) + '\t';
    filePath.close();
    return colorList;
    function fileFiltering(fileObj) {
    if (fileObj.creator == 'ART5' && fileObj.type == 'PDF ') {
    return true;
    } else {
    return false;
    function writeLog(info) {
    try {
    var log = new File('~/Desktop/Spot_Color_Info.txt');
    log.open('e');
    log.seek(0, 2);
    log.write(info + '\n');
    log.close()
    catch (e) {
    alert(e);

  • Install file name for Photoshop Elements 12?

    What is the name of the file to install the trial version of Adobe Photoshop Elements 12?

    The directions you posted above should work on a windows operating system, but will not work on mac os, because photoshop elements 12 is an 64 bit application on the mac side
    and pse 11 or older photoshop elements versions are 32 bit applications on the mac side, so the default plugins from pse 11 or earlier photoshop elements versions will not work in pse 12 on the mac side.
    What operating system and version are you using?
    From which version of photoshop elements did you copy the EPS Parser?

  • Swatches folder for photoshop cc 2014

    hi,
    is there a possibility to group my swatches - may be in folders or something?
    as a designer, i have several customers and they have several colors on their project, but i don't want to have dozens of swatches in my library unsorted.
    thanks

    I want this too. How can we request this seemingly basic update to PS, which is already in place in Illustrator?? forumnotifier Adobe Send Ideas

  • Selecting by CMYK value or Swatch Name

    I am new at scripting so please forgive me. What I want my script to do is look in an open document for any items that are colored a certain swatch color or CMYK value.
    I do have named swatches. For instance "032 (Red)". This swatch is a PANTONE swatch. The other CMYK values I need to search for are C:0, M:98, Y:82, K:0. What I would like the script to do is search the document for any items that have those CMYK values OR that swatch "032 (Red)" applied to it and then apply the "032 (Red)" swatch to it and then set the stroke properties to a line weight of 1.6, then a round join, and a dash of 6,4,6,4,30,4.
    I know this may be asking a lot...and I am sorry that I don't even have a script to start with and edit. But being so new...I don't know where to start. I have the scripting guide but if someone could get me going on this I think I could make some headway.
    Much appreciated!

    Check out IColorData in SnpManipulateSwatch.cpp in the SDK examples.
    The information you are looking for is obtained by calling GetColorData()
    ]PMReal _SafeColourElement(const PMReal &TheGivenColour)
    ] if (1.0 < TheGivenColour) return PMReal(1.0);
    ] else if (0.0 > TheGivenColour) return PMReal(0.0);
    ] else return TheGivenColour;
    ] ColorArray colorArray = iColorData->GetColorData();
    ]uint16 CyanComponent = ToUInt16(0x0ffff * _SafeColourElement(colorArray[0]));
    ]uint16 MagentaComponent = ToUInt16(0x0ffff * _SafeColourElement(colorArray[1]));
    ]uint16 YellowComponent = ToUInt16(0x0ffff * _SafeColourElement(colorArray[2]));
    ]uint16 BlackComponent = ToUInt16(0x0ffff * _SafeColourElement(colorArray[3]));

Maybe you are looking for

  • Improve battery life on 10.8.2

    After showing much patience with Mountain Lion I've had enough of waiting for a fix for the poor battery life issue.  Yesterday I decided to take matters into my own hands and investiate the issue myself.  I installed the 250Gb hard drive (Hitachi 54

  • Unix command in FTP connection through File Adapter

    Hi All, I have a scenario IDOC to file in which the user requested for pushing file to FTP server as below put localfilename %localfilename%CITISECUFLATNA%CITIGPASSIN%%B Here my file name is test.txt. so I tried giving in communial channel as File Ac

  • Why is the Instrument Library invalid?

    Hi- Had problems with my hard drive and I managed to loose GarageBand. I was able to get the GarageBand 3 program (102.7 MB) and the Instrument file (1.52 GB) from a friend. Placed the GarageBand program into the Applications folder, and the Instrume

  • BOMM XI 3.1 - Logs Cleanup Utility - failure

    BOMM XI 3.1 on Windows Server 2003 BusinessObjects Enterprise XI 3.1 SP2 I do not succeed in running the Logs Cleanup Uitility. This is the error log. I have not modified the MM.properties file. [C-3027231] 2010-01-06 13:32:15.723 Metadata Management

  • Performance Issue while changing Characteristics from CT04

    Hi Experts, Just now we have upgraded our system from 4.6C to ECC 6.0. In the new system we have created some characteristics and later I am trying to change these characteristics using transaction CT04 . There are some characteristics which are alre