Results 1 to 4 of 4

Thread: map used color chart

  1. #1
    Registered User Mr. Suspicious's Avatar
    Join Date
    May 2002
    Posts
    667

    map used color chart

    While I was making changes to my maps, I noticed that I actually didn't know which colors and which colornames I _could_ use. So I dove into the source (drawmap.cpp and map.cpp)

    The following color names are possible to use:

    grey
    darkblue
    darkgreen
    darkcyan
    darkred
    darkmagenta
    darkyellow
    darkgray
    white
    blue
    green
    cyan
    red
    magenta
    yellow
    gray

    Please note that: DarkYellow is not in the standard X11R6 rgb.txt file so its use should be discouraged.

    I took the color scheme from the source and made a handy colorchart in .gif format, that helped me greatly in selecting the colors I wanted to use for my maps. Perhaps someone else will find it usefull aswell.
    Last edited by Mr. Suspicious; 05-27-2002 at 10:48 AM.
    Before asking anything read the pre-face section of http://www.smoothwall.org/download/p....9/doc.faq.pdf

    after you've read it, you know what to do next...




    "Stay alert! Trust noone! Keep your Lazers Handy! Have a nice day." -- Provided courtesy of the Computer. The Computer never lies.

  2. #2
    Registered User Mr. Suspicious's Avatar
    Join Date
    May 2002
    Posts
    667
    Actually I just noticed that darkYellow is commented out. So doesn't work. Aswell as "grey"
    Before asking anything read the pre-face section of http://www.smoothwall.org/download/p....9/doc.faq.pdf

    after you've read it, you know what to do next...




    "Stay alert! Trust noone! Keep your Lazers Handy! Have a nice day." -- Provided courtesy of the Computer. The Computer never lies.

  3. #3
    Registered User Mr. Suspicious's Avatar
    Join Date
    May 2002
    Posts
    667
    New colorchart
    Attached Images Attached Images
    Before asking anything read the pre-face section of http://www.smoothwall.org/download/p....9/doc.faq.pdf

    after you've read it, you know what to do next...




    "Stay alert! Trust noone! Keep your Lazers Handy! Have a nice day." -- Provided courtesy of the Computer. The Computer never lies.

  4. #4
    Registered User Zaphod's Avatar
    Join Date
    Dec 2001
    Posts
    648
    Any color appearing in the X11R6 rgb.txt file (typically found in /usr/lib/X11/rgb.txt) can be used in ShowEQ, although some colors may not appear properly in all non-ShowEQ viewers. The only reason I haven't changed ShowEQ to use a standard color picker is that a lot of non-ShowEQ utilities that read the map format won't understand the "#RRGGBB" form that Qt returns for color names (ie. you put in "DarkBlue" and QColor::name() returns "00008b").

    Enjoy,
    Zaphod (dohpaZ)
    Chief Software Engineer of the Apocalypse.
    http://showeq.doomed.to/
    SourceForge.net user: dohpaz.

    Personal thank you donations are now accepted.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On