File: cool.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 (7 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
% -*- slang -*-
% This color map was derived from GMT_cool.cpt
% Copyright (c) 1991-2004, P. Wessel & W. H. F. Smith
$1 = [0x00,0xFF,0x00,0xFF];
$2 = [0x00,0xFF,0xFF,0x00];
$3 = [0x00,0xFF,0xFF,0xFF];
png_add_colormap ("cool", png_build_colormap (__tmp($1),__tmp($2),__tmp($3)));