To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.dat.ideasOpen lugnet.cad.dat.ideas in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / LDraw Files / Ideas / 122
121  |  123
Subject: 
Re: Color chart
Newsgroups: 
lugnet.cad.dat.ideas
Date: 
Tue, 30 May 2000 20:23:05 GMT
Viewed: 
5408 times
  
In lugnet.faq, Suzanne D. Rich wrote:

I have a finished rough draft of an element color chart:

   http://www.baseplate.com/colors/

Just for the heck of it, I put Suzanne's chart into an LDL file, defining
the colors for use in LDLite, and any other program which recognizes the 0
COLOR meta-statement.

To use these definitions, you'll need to paste the code into the top of
your model file.  Just referencing colors.ldl like a part won't work.

Steve

0 FILE colors.ldl
0 Define Real LEGO Colors
0 Author: Steve Bliss, DAT code
0 Author: Suzanne Rich, color values

0 This file creates color definitions, using the LDLite language
0 extensions.  These colors use indexes from 64 to 104, and use
0 Black as the edge color.

0 define Red family
0 COLOR 64 c64 0 0xCC 0x00 0x00 1 0xCC 0x00 0x00 1
0 COLOR 65 c65 0 0xFF 0x66 0x66 1 0xFF 0x66 0x66 1
0 COLOR 66 c66 0 0xFF 0xED 0xDC 1 0xFF 0xED 0xDC 1

0 define Orange family
0 COLOR 67 c67 0 0x5C 0x00 0x00 1 0x5C 0x00 0x00 1
0 COLOR 68 c68 0 0xB3 0xE0 0x00 1 0xB3 0xE0 0x00 1
0 COLOR 69 c69 0 0xFF 0xA1 0x19 1 0xFF 0xA1 0x19 1
0 COLOR 70 c70 0 0xFD 0xD9 0x99 1 0xFD 0xD9 0x99 1

0 define Yellow-Orange family
0 COLOR 71 c71 0 0xD1 0x30 0x04 1 0xD1 0x30 0x04 1
0 COLOR 72 c72 0 0xFE 0xF0 0x06 1 0xFE 0xF0 0x06 1
0 COLOR 73 c73 0 0xFF 0xC6 0x66 1 0xFF 0xC6 0x66 1
0 COLOR 74 c74 0 0xFF 0x0D 0xD1 1 0xFF 0x0D 0xD1 1

0 define Yellow family
0 COLOR 75 c75 0 0xFB 0x41 0x19 1 0xFB 0x41 0x19 1
0 COLOR 76 c76 0 0xFE 0x9C 0xCE 1 0xFE 0x9C 0xCE 1

0 define Yellow-Green family
0 COLOR 77 c77 0 0xC0 0x50 0x00 1 0xC0 0x50 0x00 1
0 COLOR 78 c78 0 0xE5 0xFA 0xA8 1 0xE5 0xFA 0xA8 1

0 define Green family
0 COLOR 79 c79 0 0x68 0x2 0x22 1 0x68 0x2 0x22 1
0 COLOR 80 c80 0 0x02 0x53 0x35 1 0x02 0x53 0x35 1
0 COLOR 81 c81 0 0x62 0x58 0x8E 1 0x62 0x58 0x8E 1
0 COLOR 82 c82 0 0xD7 0xFE 0xE2 1 0xD7 0xFE 0xE2 1

0 define Blue-Green family
0 COLOR 83 c83 0 0x00 0xA7 0x70 1 0x00 0xA7 0x70 1
0 COLOR 84 c84 0 0x00 0x5A 0xA6 1 0x00 0x5A 0xA6 1
0 COLOR 85 c85 0 0xAB 0xDF 0xF9 1 0xAB 0xDF 0xF9 1

0 define Blue family
0 COLOR 86 c86 0 0x33 0x9 0x99 1 0x33 0x9 0x99 1
0 COLOR 87 c87 0 0x84 0x9E 0xE2 1 0x84 0x9E 0xE2 1

0 define Blue-Violet family
0 COLOR 88 c88 0 0x7C 0x1E 0xE1 1 0x7C 0x1E 0xE1 1
0 COLOR 89 c89 0 0xEF 0xAF 0xFC 1 0xEF 0xAF 0xFC 1

0 define Purple family
0 COLOR 90 c90 0 0x7D 0x06 0x6C 1 0x7D 0x06 0x6C 1
0 COLOR 91 c91 0 0xE5 0xEB 0xB3 1 0xE5 0xEB 0xB3 1
0 COLOR 92 c92 0 0xFF 0x7E 0xE1 1 0xFF 0x7E 0xE1 1

0 define Gray family
0 COLOR 93 c93 0 0x0 0x 0x0 1 0x0 0x 0x0 1
0 COLOR 94 c94 0 0x66 0x66 0x60 1 0x66 0x66 0x60 1
0 COLOR 95 c95 0 0xAA 0xAA 0xAA 1 0xAA 0xAA 0xAA 1
0 COLOR 96 c96 0 0xED 0xDE 0xE0 1 0xED 0xDE 0xE0 1
0 COLOR 97 c97 0 0xFF 0xFF 0xFF 1 0xFF 0xFF 0xFF 1

0 define Other family
0 COLOR 98 c98 0 0xEE 0x2B 0xB0 1 0xEE 0x2B 0xB0 1

0 define Not Current family
0 COLOR  99  c99 0 0xC1 0x08 0x8B 1 0xC1 0x08 0x8B 1
0 COLOR 100 c100 0 0xE6 0xB8 0x8F 1 0xE6 0xB8 0x8F 1
0 COLOR 101 c101 0 0xCE 0xF8 0x80 1 0xCE 0xF8 0x80 1
0 COLOR 102 c102 0 0xFA 0xCD 0xD0 1 0xFA 0xCD 0xD0 1
0 COLOR 103 c103 0 0xB2 0x84 0x43 1 0xB2 0x84 0x43 1
0 COLOR 104 c104 0 0xAE 0x82 0x2C 1 0xAE 0x82 0x2C 1
0



Message has 1 Reply:
  Color and L-CAD- Some Sugessetions.
 
(...) I feel that a new set of tags is reuired given the recent imporvemtns in L-Draw CAD systems. Might I suggest the follwoing (extremly rough spec) These commands are valid immediatly prior to a line-type. 0 SET TRANSPARENCY <Number> . For (...) (24 years ago, 9-Jun-00, to lugnet.cad.dev)

3 Messages in This Thread:

Entire Thread on One Page:
Nested:  All | Brief | Compact | Dots
Linear:  All | Brief | Compact
    

Custom Search

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR