00001 /* 00002 * PROPRIETARY INFORMATION. This software is proprietary to 00003 * Side Effects Software Inc., and is not to be reproduced, 00004 * transmitted, or disclosed in any way without written permission. 00005 * 00006 * Produced by: 00007 * 00008 * Mark Alexander 00009 * Side Effects 00010 * 477 Richmond Street West 00011 * Toronto, Ontario 00012 * Canada M5V 3E7 00013 * 416-504-9876 00014 * 00015 * NAME: TIL_Pixel.h 00016 * 00017 * COMMENTS: 00018 * Utility class for manipulating different types of pixel data (uint8, 00019 * uint16, int32, float32) 00020 * fast - setting to zero does white/black point calculations, 00021 * 1 does the faster int calculations. 00022 */ 00023 00024 #ifndef TIL_PIXEL_H 00025 #define TIL_PIXEL_H 00026 00027 #include <PXL/PXL_Pixel.h> 00028 00029 #define TIL_Pixel PXL_Pixel 00030 00031 #endif
1.5.9