00001 #include "IGS_Pixel.h" 00002 00003 //============================================================================= 00004 // GetPixel 00005 // 00006 // Description: gets a pixel from the image 00007 //============================================================================= 00008 IGS_PixelFloat1::IGS_PixelFloat1( float& value ) 00009 { 00010 this->value = value; 00011 }