// cpt-city: neota/base/magenta (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_magenta = color_map { [0.00000 color rgbf <0.0000,0.0000,0.0000,0.0000>] [0.24269 color rgbf <0.5020,0.0000,0.5020,0.0000>] [0.67836 color rgbf <1.0000,0.0000,1.0000,0.0000>] [0.81871 color rgbf <1.0000,0.5020,1.0000,0.0000>] [1.00000 color rgbf <1.0000,1.0000,1.0000,0.0000>] }