// cpt-city: nord/snow-storm (cpt) // // Arctic Ice Studio and Sven Greb introduce Nord, four named // colour palettes providing different syntactic meanings and // colour effects for dark and bright ambiance designs. // // author: Arctic Ice Studio, Sven Greb // copyright: MIT // year: 2020 // url: https://phillips.shef.ac.uk/pub/cpt-city/nord #declare snow_storm = color_map { [0.00000 color rgbf <0.8471,0.8706,0.9137,0.0000>] [0.33333 color rgbf <0.8471,0.8706,0.9137,0.0000>] [0.33333 color rgbf <0.8980,0.9137,0.9412,0.0000>] [0.66667 color rgbf <0.8980,0.9137,0.9412,0.0000>] [0.66667 color rgbf <0.9255,0.9373,0.9569,0.0000>] [1.00000 color rgbf <0.9255,0.9373,0.9569,0.0000>] }