Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Examples  

Pixel.H

Go to the documentation of this file.
00001 
00015 #ifndef _PIXEL_H
00016 #define _PIXEL_H
00017 
00018 
00019 
00020 namespace xchen
00021 {
00022   struct Pixel {
00023       unsigned char r;
00024       unsigned char g;
00025       unsigned char b;
00026   };
00027 
00028 }//end namespace xchen
00029 
00030 
00031 #endif

Generated on Wed Apr 7 21:40:49 2004 by doxygen1.2.18