#!MC 1410 # cpt-city: h5/autumn (cpt) # # Colour tables from the h5utils package # # author: Steven G. Johnson # copyright: MIT # year: 2009 # url: https://phillips.shef.ac.uk/pub/cpt-city/h5 $!COLORMAP CONTOURCOLORMAP = UserDef $!COLORMAPCONTROL RESETTOFACTORY $!COLORMAP USERDEFINED { NUMCONTROLPOINTS = 2 CONTROLPOINT 1 { COLORMAPFRACTION = 0.000000 LEADRGB { R = 255 G = 0 B = 0 } TRAILRGB { R = 255 G = 0 B = 0 } } CONTROLPOINT 2 { COLORMAPFRACTION = 1.000000 LEADRGB { R = 255 G = 255 B = 0 } TRAILRGB { R = 255 G = 255 B = 0 } } }