// cpt-city: pj/classic/theblues (PspGradient) // // Gradients for digital art, by Peggy Jentoft // // author: Peggy Jentoft // copyright: Free to use // year: 2005 // url: https://phillips.shef.ac.uk/pub/cpt-city/pj/classic #declare theblues = color_map { [0.00000 color rgbf <0.0980,0.8824,0.9765,0.0000>] [0.15991 color rgbf <0.0941,0.6157,0.9804,0.0000>] [0.34009 color rgbf <0.0941,0.3255,0.9804,0.0000>] [0.53003 color rgbf <0.2392,0.0941,0.9804,0.0000>] [0.70996 color rgbf <0.3922,0.0314,0.8000,0.0000>] [0.84009 color rgbf <0.1922,0.0980,0.6784,0.0000>] [0.93994 color rgbf <0.2157,0.1176,0.7137,0.0000>] [1.00000 color rgbf <0.2510,0.1843,0.5922,0.0000>] }