// cpt-city: fractint/base/paintjet (cpt) // // Colour maps from Fractint by the Stone Soup Group // // author: The Stone Soup Group // copyright: Credit requested, exclusions for fractal-producing programs // year: 1991 // url: https://phillips.shef.ac.uk/pub/cpt-city/fractint/base #declare paintjet = color_map { [0.00000 color rgbf <0.9569,0.9412,0.9098,0.0000>] [0.06667 color rgbf <0.9569,0.9412,0.9098,0.0000>] [0.06667 color rgbf <0.7686,0.2667,0.2824,0.0000>] [0.13333 color rgbf <0.7686,0.2667,0.2824,0.0000>] [0.13333 color rgbf <0.1882,0.5176,0.3608,0.0000>] [0.20000 color rgbf <0.1882,0.5176,0.3608,0.0000>] [0.20000 color rgbf <0.9412,0.9098,0.2824,0.0000>] [0.26667 color rgbf <0.9412,0.9098,0.2824,0.0000>] [0.26667 color rgbf <0.2039,0.1882,0.4549,0.0000>] [0.33333 color rgbf <0.2039,0.1882,0.4549,0.0000>] [0.33333 color rgbf <0.7373,0.1882,0.4235,0.0000>] [0.40000 color rgbf <0.7373,0.1882,0.4235,0.0000>] [0.40000 color rgbf <0.1569,0.4549,0.7686,0.0000>] [0.46667 color rgbf <0.1569,0.4549,0.7686,0.0000>] [0.46667 color rgbf <0.0941,0.0784,0.0471,0.0000>] [0.53333 color rgbf <0.0941,0.0784,0.0471,0.0000>] [0.53333 color rgbf <0.9569,0.9412,0.9098,0.0000>] [0.60000 color rgbf <0.9569,0.9412,0.9098,0.0000>] [0.60000 color rgbf <0.7686,0.2667,0.2824,0.0000>] [0.66667 color rgbf <0.7686,0.2667,0.2824,0.0000>] [0.66667 color rgbf <0.1882,0.5176,0.3608,0.0000>] [0.73333 color rgbf <0.1882,0.5176,0.3608,0.0000>] [0.73333 color rgbf <0.9412,0.9098,0.2824,0.0000>] [0.80000 color rgbf <0.9412,0.9098,0.2824,0.0000>] [0.80000 color rgbf <0.2039,0.1882,0.4549,0.0000>] [0.86667 color rgbf <0.2039,0.1882,0.4549,0.0000>] [0.86667 color rgbf <0.7373,0.1882,0.4235,0.0000>] [0.93333 color rgbf <0.7373,0.1882,0.4235,0.0000>] [0.93333 color rgbf <0.1569,0.4549,0.7686,0.0000>] [1.00000 color rgbf <0.1569,0.4549,0.7686,0.0000>] }