// cpt-city: go2/webtwo/red-g1-3 (cpt) // // Basic two-colour gradients for Web 2.0 from the LiquidCity // blog by Go Squared // // author: GoSquared // copyright: Attribution requested // year: 2007 // url: https://phillips.shef.ac.uk/pub/cpt-city/go2/webtwo #declare red_g1_3 = color_map { [0.00000 color rgbf <0.9294,0.1098,0.1412,0.0000>] [0.50000 color rgbf <0.9373,0.2392,0.1373,0.0000>] [0.50000 color rgbf <0.9412,0.3294,0.1333,0.0000>] [1.00000 color rgbf <0.9490,0.3961,0.1333,0.0000>] }