// cpt-city: ocal/spectrums-rainbow-002 (svg) // // A mixed collection of gradients from the Open Clip Art Library // // author: Alan Horkan // copyright: Public domain // year: 2004 // url: https://phillips.shef.ac.uk/pub/cpt-city/ocal #declare spectrum_rainbow_2 = color_map { [0.00000 color rgbf <1.0000,1.0000,1.0000,1.0000>] [0.05000 color rgbf <1.0000,0.0000,0.0000,0.0000>] [0.10000 color rgbf <1.0000,1.0000,1.0000,1.0000>] [0.15000 color rgbf <1.0000,0.6471,0.0000,0.0000>] [0.20000 color rgbf <1.0000,1.0000,1.0000,1.0000>] [0.25000 color rgbf <1.0000,1.0000,0.0000,0.0000>] [0.30000 color rgbf <1.0000,1.0000,1.0000,1.0000>] [0.35000 color rgbf <0.0000,1.0000,0.0000,0.0000>] [0.40000 color rgbf <1.0000,1.0000,1.0000,1.0000>] [0.45000 color rgbf <0.0000,0.5020,0.0000,0.0000>] [0.50000 color rgbf <1.0000,1.0000,1.0000,1.0000>] [0.55000 color rgbf <0.0000,1.0000,1.0000,0.0000>] [0.60000 color rgbf <1.0000,1.0000,1.0000,1.0000>] [0.65000 color rgbf <0.0000,0.0000,1.0000,0.0000>] [0.70000 color rgbf <1.0000,1.0000,1.0000,1.0000>] [0.75000 color rgbf <0.2941,0.0000,0.5098,0.0000>] [0.80000 color rgbf <1.0000,1.0000,1.0000,1.0000>] [0.85000 color rgbf <0.9333,0.5098,0.9333,0.0000>] [0.90000 color rgbf <1.0000,1.0000,1.0000,1.0000>] [0.95000 color rgbf <1.0000,0.0000,0.0000,0.0000>] [1.00000 color rgbf <1.0000,1.0000,1.0000,1.0000>] }