File: split.map

package info (click to toggle)
slang2 2.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 10,588 kB
  • ctags: 10,558
  • sloc: ansic: 95,506; sh: 3,277; makefile: 945; pascal: 143
file content (7 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
% -*- slang -*-
% This color map was derived from GMT_split.cpt
% Copyright (c) 1991-2004, P. Wessel & W. H. F. Smith
$1 = [0x00,0x3F,0x80,0x00, 0x3F,0x7F,0x00,0x00, 0x7F,0xBF,0x00,0x80, 0xBF,0xFF,0x80,0xFF];
$2 = [0x00,0x3F,0x80,0x00, 0x3F,0x7F,0x00,0x00, 0x7F,0xBF,0x00,0x00, 0xBF,0xFF,0x00,0x80];
$3 = [0x00,0x3F,0xFF,0x80, 0x3F,0x7F,0x80,0x00, 0x7F,0xBF,0x00,0x00, 0xBF,0xFF,0x00,0x80];
png_add_colormap ("split", png_build_colormap (__tmp($1),__tmp($2),__tmp($3)));