home *** CD-ROM | disk | FTP | other *** search
- MacawColorFile ::= {
-
- version { major 0, minor 90 },
-
- max-rgb 255,
-
- colors {
- { num 1, rgb { 0, 0, 0 }}, -- black
- { num 2, rgb { 255, 255, 255 }}, -- white
- { num 3, rgb { 191, 191, 191 }}, -- lt. gray
- { num 4, rgb { 127, 127, 127 }}, -- med. gray
- { num 5, rgb { 63, 63, 63 }} -- dk. gray
- },
-
- text-colors {
- { num 1, style normal, fore 1, back 2 }, -- black on white
- { num 2, style normal, fore 2, back 5 }, -- white on dk gray
- { num 3, style normal, fore 2, back 1 }, -- white on black
- { num 4, style bold, fore 2, back 1 } -- white on black, BOLD
- },
-
- color-map {
- { pct 37, clr 2 },
- { pct 67, clr 3 },
- { pct 100, clr 4 }
- }
- }
-
-
-