#include "wx/region.h"
#include "wx/bitmap.h"
+#if wxUSE_IMAGE
#include "wx/image.h"
+#endif
#include "wx/dcmemory.h"
const wxColour& transColour,
int tolerance)
{
+#if wxUSE_IMAGE
unsigned char loR, loG, loB;
unsigned char hiR, hiG, hiB;
}
return TRUE;
+#else
+ // No wxImage support
+ return FALSE;
+#endif
}
//---------------------------------------------------------------------------