00001
00025 #ifndef INC_MI32_COLORARRAY_H
00026 #define INC_MI32_COLORARRAY_H
00027
00028 #ifndef INC_MI32_COLOR_H
00029 #include <mi32/color.h>
00030 #endif
00031
00032 #ifndef INC_MI32_SIMPLEAR_H
00033 #include <mi32/simplear.h>
00034 #endif
00035
00036 #ifdef MISYSTEMDLL
00037 #define CLASSLIBEXPORT MI_DLLCLASSEXPORT
00038 #else
00039 #define CLASSLIBEXPORT MI_DLLCLASSIMPORT
00040 #endif
00041
00043 class CLASSLIBEXPORT COLOR_ARRAY : public SIMPLE_ARRAY<COLOR> {
00044 public:
00049 INT32 FindClosestColor (
00050 const COLOR& color
00051 ) const;
00052 };
00053
00054 #undef CLASSLIBEXPORT
00055
00056 #endif // INC_MI32_COLORARRAY_H