// cpt-city: ds9/cool (cpt) // // The palettes used in the DS9 astronomical data visualization tool // by William Joye of the Smithsonian Astrophysical Observatory // // author: William Joye // copyright: GPLv2 // year: 2010 // url: https://phillips.shef.ac.uk/pub/cpt-city/ds9 #declare cool = color_map { [0.00000 color rgbf <0.0000,0.0000,0.0000,0.0000>] [0.22000 color rgbf <0.0000,0.0000,0.4118,0.0000>] [0.29000 color rgbf <0.0000,0.0941,0.5412,0.0000>] [0.53000 color rgbf <0.0510,0.4196,1.0000,0.0000>] [0.76000 color rgbf <0.1020,0.7294,1.0000,0.0000>] [0.96000 color rgbf <0.8510,1.0000,1.0000,0.0000>] [1.00000 color rgbf <1.0000,1.0000,1.0000,0.0000>] }