element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE User Support (English) PCB Layer Color Options
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Autodesk EAGLE to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 18 replies
  • Subscribers 188 subscribers
  • Views 4384 views
  • Users 0 members are here
Related

PCB Layer Color Options

Former Member
Former Member over 14 years ago

How can I change the options for layer display colors?  Right now my

choices are pretty slim, and most of them are the same shade of gray.  I've

seen Eagle layouts that have had much more vibrant colors, I don't know why

they don't show up in my options.  I've attached an image of the color

palette Eagle gives me.

 

Thanks.

--

Web access to CadSoft support forums at www.eaglecentral.ca.  Where the CadSoft EAGLE community meets.

 

  • Sign in to reply
  • Cancel
Parents
  • Gustav_M
    Gustav_M over 14 years ago

    It seems very stange to me that Cadsoft has developed a fantastic program,

    with milion lines of code, and yet they don't have time to define 16 colors

    that looks nice in alpha blending.

     

    I could do soming about it, but it would probably take a few days to

    understand how to select colors that are distinct and blend in a way that

    is easy to understand.

     

    Has anybody made a palette that they are willing to share?

    --

    Web access to CadSoft support forums at www.eaglecentral.ca.  Where the CadSoft EAGLE community meets.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 14 years ago in reply to Gustav_M

    On 10/10/2011 8:45 AM, Gustav wrote:

    It seems very stange to me that Cadsoft has developed a fantastic program,

    with milion lines of code, and yet they don't have time to define 16 colors

    that looks nice in alpha blending.

     

    I could do soming about it, but it would probably take a few days to

    understand how to select colors that are distinct and blend in a way that

    is easy to understand.

     

    Has anybody made a palette that they are willing to share?

     

    www.cadsoftusa.com-> Downloads-> Tools and Converters. Newcolors.scr

     

    Should give you an idea, you'll have to tack on the alpha blend on the

    front, since in version 4 we didn't have alpha blend the colors were

    defined as RGB, for version 5 and on the color format is ARGB.

     

    hth,

    Jorge Garcia

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • hbridge99
    hbridge99 over 12 years ago in reply to Former Member

    If I make a custom palette to put in a script - where can I find where the values are stored?

    That way I can distribute the script with the file and people will have to run it to insure that they see my custom colors.

     

    I do agree with the comment above about the palette lacking a lot. I'll be happy to design a better one for CadSoft.

     

    In the meantime, isn't it time that this information be included in a board file, so that it's not an issue. As I see it, it would increase the

    file size 64*4bytes (RGBA) plus a little overhead for a header, 300 bytes total? Which is effectively nothing in today's large file sizes.

     

    Then we wouldn't be worrying about a script - we could just put all the information in a template, load the template and create the new design.

    If the palette got modded for any reason, it would go with the file.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 12 years ago in reply to hbridge99

    Am 29.03.2014 20:12, schrieb Paul Badger:

    If I make a custom palette to put in a script - where can I find where

    the values are stored?

    That way I can distribute the script with the file and people will have

    to run it to insure that they see my custom colors.

     

    I do agree with the comment about the palette above lacking in

    useability. I'll be happy to design a better one for CadSoft.

     

    In the meantime, isn't it time that this information be included in a

    board file, so that it's not an issue. As I see it, it would increase

    the

    file size 64*4bytes (RGBA) plus a little overhead for a header, 300

    bytes total? Which is effectively nothing in today's large file sizes.

     

    Then we wouldn't be worrying about a script - we could just put all the

    information in a template, load the template and create the new design.

    If the palette got modded for any reason, it would go with the file.

     

    --

    To view any images and attachments in this post, visit:

    http://www.element14.com/community/message/107682

     

     

    Eaglerc.usr palette.0.xx, 1.xx, 2.xx for white, black and coloured

    backgrounds

     

    --

    Mit freundlichen Grüßen / With best regards

     

    Joern Paschedag

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • hbridge99
    hbridge99 over 12 years ago in reply to autodeskguest

    Joern,

     

    Thanks for the quick reply. I'm on a Mac and have dug around a bit and not found eaglerc  or Eaglerc. I even dug through the package. Can you give me a hint about where I might find the file? Is it invisible? I did search for dot file too. There was a discussion of using -U to trigger the use of this file, but I couldn't figure out the context. Everyone seemed to be on PC's.

     

    Paul

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • hbridge99
    hbridge99 over 12 years ago in reply to autodeskguest

    Joern,

     

    Thanks for the quick reply. I'm on a Mac and have dug around a bit and not found eaglerc  or Eaglerc. I even dug through the package. Can you give me a hint about where I might find the file? Is it invisible? I did search for dot file too. There was a discussion of using -U to trigger the use of this file, but I couldn't figure out the context. Everyone seemed to be on PC's.

     

    Paul

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • Richard_H
    Richard_H over 12 years ago in reply to hbridge99

    Hi,

     

    the file is named  .eaglerc   and is in your home folder. The dot in the beginning marks it as a hidden file on the Mac system. Try to find it with a Terminal windows, for example with the  ls -la  command.

     

    HTH

     

    Regards,

    Richard

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • hbridge99
    hbridge99 over 12 years ago in reply to Richard_H

    Thank Richard,

     

    I found it and found the palette. I can't explain why I didn't find it after specifically searching for invisible files. Mysteries of Apple spotlight I guess.

     

    It should be easy to grab the info I need for a script. It would also be easy to create a load and save palette ULPs but IMO these kind of things belong in the interface. If you haven't guessed, I'd like to add my vote for putting this into the next version of Eagle as well as saving palette's in board files.

     

    My Kudos for the extensive scripting system for Eagle. However it would be nice to see you take some of the best of the ideas your customers have cooked up and put them into menu items. The interface is still very bare bones compared with competitors. And FWIW I'm not using the free version of Eagle so I added my $vote.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube