HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TIL_Pixel.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: TIL_Pixel.h
7  *
8  * COMMENTS:
9  * Utility class for manipulating different types of pixel data (uint8,
10  * uint16, int32, float32)
11  * fast - setting to zero does white/black point calculations,
12  * 1 does the faster int calculations.
13  */
14 
15 #ifndef TIL_PIXEL_H
16 #define TIL_PIXEL_H
17 
18 #include <PXL/PXL_Pixel.h>
19 
20 #define TIL_Pixel PXL_Pixel
21 
22 #endif