POV-Ray Insert Menu
mady by Christoph Hormann
http://www.imagico.de/

pigment component

top previous next

// texture component
  pigment {
    color rgb <0.7,0.5,0.3>     // solid color pigment
    /*
    agate                       // patterned pigment
    color_map {
      [0.0 color Green ]
      [1.0 color Blue ]
    } */

  }