Main Page | Namespace List | Compound List | File List | Compound Members | File Members

Color.h

Go to the documentation of this file.
00001 
00002 #ifndef COLOR_H_
00003 #define COLOR_H_
00004 
00005 class Color {
00006  public:
00007 
00008   Color();
00009   Color(double inR, double inG, double inB);
00010   ~Color();
00011 
00013   void setColor(double inR, double inG, double inB);
00014 
00015  private:
00016   double r, g, b;
00017 };
00018 
00019 #endif

Generated on Thu Sep 4 14:59:31 2003 for Content-Based Image Retrieval by doxygen 1.3.3