1
1
s-lang/modules/cmaps/cool.map

8 строки
280 B
Plaintext

% -*- 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)));