File: no_green.map

package info (click to toggle)
slang2 2.3.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,488 kB
  • sloc: ansic: 101,756; sh: 3,435; makefile: 1,046; pascal: 440
file content (16 lines) | stat: -rw-r--r-- 1,287 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% -*- slang -*-
% This color map was derived from GMT_no_green.cpt
% Copyright (c) 1991-2004, P. Wessel & W. H. F. Smith
$1 = [0x00,0x0F,0x20,0x20, 0x0F,0x1F,0x20,0x20, 0x1F,0x2F,0x20,0x20, 0x2F,0x3F,0x00,0x00,
      0x3F,0x4F,0x2A,0x2A, 0x4F,0x5F,0x55,0x55, 0x5F,0x6F,0x7F,0x7F, 0x6F,0x7F,0xAA,0xAA,
      0x7F,0x8F,0xFF,0xFF, 0x8F,0x9F,0xFF,0xFF, 0x9F,0xAF,0xFF,0xFF, 0xAF,0xBF,0xFF,0xFF,
      0xBF,0xCF,0xFF,0xFF, 0xCF,0xDF,0xFF,0xFF, 0xDF,0xEF,0xFF,0xFF, 0xEF,0xFF,0xFF,0xFF];
$2 = [0x00,0x0F,0x60,0x60, 0x0F,0x1F,0x9F,0x9F, 0x1F,0x2F,0xBF,0xBF, 0x2F,0x3F,0xCF,0xCF,
      0x3F,0x4F,0xFF,0xFF, 0x4F,0x5F,0xFF,0xFF, 0x5F,0x6F,0xFF,0xFF, 0x6F,0x7F,0xFF,0xFF,
      0x7F,0x8F,0xFF,0xFF, 0x8F,0x9F,0xF0,0xF0, 0x9F,0xAF,0xBF,0xBF, 0xAF,0xBF,0xA8,0xA8,
      0xBF,0xCF,0x8A,0x8A, 0xCF,0xDF,0x70,0x70, 0xDF,0xEF,0x4D,0x4D, 0xEF,0xFF,0x00,0x00];
$3 = [0x00,0x0F,0xFF,0xFF, 0x0F,0x1F,0xFF,0xFF, 0x1F,0x2F,0xFF,0xFF, 0x2F,0x3F,0xFF,0xFF,
      0x3F,0x4F,0xFF,0xFF, 0x4F,0x5F,0xFF,0xFF, 0x5F,0x6F,0xFF,0xFF, 0x6F,0x7F,0xFF,0xFF,
      0x7F,0x8F,0x54,0x54, 0x8F,0x9F,0x00,0x00, 0x9F,0xAF,0x00,0x00, 0xAF,0xBF,0x00,0x00,
      0xBF,0xCF,0x00,0x00, 0xCF,0xDF,0x00,0x00, 0xDF,0xEF,0x00,0x00, 0xEF,0xFF,0x00,0x00];
png_add_colormap ("no_green", png_build_colormap (__tmp($1),__tmp($2),__tmp($3)));