// cpt-city: nd/other/Fire (ggr) // // Extra gradients for the GIMP by Nevit Dilmen // // author: Nevit Dilmen // copyright: GPL // year: 2007 // url: https://phillips.shef.ac.uk/pub/cpt-city/nd/other #declare Fire = color_map { [0.00000 color rgbf <1.0000,0.0000,0.0000,0.1000>] [0.23873 color rgbf <1.0000,0.3765,0.0000,0.2000>] [0.50250 color rgbf <1.0000,0.7529,0.0000,0.3000>] [0.74958 color rgbf <1.0000,0.8784,0.0000,0.6500>] [1.00000 color rgbf <1.0000,1.0000,0.0000,1.0000>] }