// cpt-city: neota/base/purple (ggr) // // Gradients for pixel art by David Gowers (a.k.a. neota, aicaz) // // author: David Gowers (Neota, Aicaz) // copyright: Free to use // year: 2004 // url: https://phillips.shef.ac.uk/pub/cpt-city/neota/base #declare BASE_purple = color_map { [0.00000 color rgbf <0.0000,0.0000,0.0000,0.0000>] [0.21930 color rgbf <0.2980,0.1020,0.2980,0.0000>] [0.43860 color rgbf <0.6000,0.2000,0.6000,0.0000>] [0.56725 color rgbf <0.8000,0.3020,0.6980,0.0000>] [0.69591 color rgbf <1.0000,0.4000,0.8000,0.0000>] [0.84795 color rgbf <1.0000,0.6980,0.9020,0.0000>] [1.00000 color rgbf <1.0000,1.0000,1.0000,0.0000>] }