1% -*- slang -*-
2% This color map was derived from GMT_hot.cpt
3% Copyright (c) 1991-2004, P. Wessel & W. H. F. Smith
4$1 = [0x00,0x5F,0x00,0xFF, 0x5F,0xBF,0xFF,0xFF, 0xBF,0xFF,0xFF,0xFF];
5$2 = [0x00,0x5F,0x00,0x00, 0x5F,0xBF,0x00,0xFF, 0xBF,0xFF,0xFF,0xFF];
6$3 = [0x00,0x5F,0x00,0x00, 0x5F,0xBF,0x00,0x00, 0xBF,0xFF,0x00,0xFF];
7png_add_colormap ("hot", png_build_colormap (__tmp($1),__tmp($2),__tmp($3)));
8