// cpt-city: jjg/neo10/fx/blue-sparkly (cpt) // // Ten-step sequential schemes based on the FX pixel-art // gradients by Neota // // author: J.J. Green // copyright: Free to use // year: 2010 // url: https://phillips.shef.ac.uk/pub/cpt-city/jjg/neo10/fx #declare blue_sparkly = color_map { [0.00000 color rgbf <0.9490,0.9098,0.9490,0.0000>] [0.10000 color rgbf <0.9490,0.9098,0.9490,0.0000>] [0.10000 color rgbf <0.8431,0.8078,0.8471,0.0000>] [0.20000 color rgbf <0.8431,0.8078,0.8471,0.0000>] [0.20000 color rgbf <0.7412,0.7020,0.7451,0.0000>] [0.30000 color rgbf <0.7412,0.7020,0.7451,0.0000>] [0.30000 color rgbf <0.6353,0.5961,0.6392,0.0000>] [0.40000 color rgbf <0.6353,0.5961,0.6392,0.0000>] [0.40000 color rgbf <0.5333,0.4941,0.5412,0.0000>] [0.50000 color rgbf <0.5333,0.4941,0.5412,0.0000>] [0.50000 color rgbf <0.4196,0.3843,0.4392,0.0000>] [0.60000 color rgbf <0.4196,0.3843,0.4392,0.0000>] [0.60000 color rgbf <0.2941,0.2706,0.3451,0.0000>] [0.70000 color rgbf <0.2941,0.2706,0.3451,0.0000>] [0.70000 color rgbf <0.1490,0.1490,0.2510,0.0000>] [0.80000 color rgbf <0.1490,0.1490,0.2510,0.0000>] [0.80000 color rgbf <0.1020,0.0941,0.1569,0.0000>] [0.90000 color rgbf <0.1020,0.0941,0.1569,0.0000>] [0.90000 color rgbf <0.0431,0.0353,0.0588,0.0000>] [1.00000 color rgbf <0.0431,0.0353,0.0588,0.0000>] }