// cpt-city: go2/webtwo/red-g1-1 (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_1 = color_map { [0.00000 color rgbf <0.9686,0.5765,0.1137,0.0000>] [0.50000 color rgbf <0.9804,0.6431,0.1020,0.0000>] [0.50000 color rgbf <0.9922,0.7098,0.0784,0.0000>] [1.00000 color rgbf <1.0000,0.7608,0.0549,0.0000>] }