Color.cc

Go to the documentation of this file.
00001 
00005 #include "Color.h"
00006 #include <iostream>
00007 
00008 std::ostream& operator<<(std::ostream& out, const Color& c)
00009 {
00010   out << '[' << c.r() << ", " << c.g() << ", " << c.b() << ']';
00011   return out;
00012 }
00013 

Generated on Tue Jan 29 21:34:53 2008 for specter by  doxygen 1.4.6