return true;
}
-int wxPalette::GetPixel(const unsigned char WXUNUSED(red),
- const unsigned char WXUNUSED(green),
- const unsigned char WXUNUSED(blue)) const
+int wxPalette::GetPixel(unsigned char WXUNUSED(red),
+ unsigned char WXUNUSED(green),
+ unsigned char WXUNUSED(blue)) const
{
if ( !m_refData )
- return false;
+ return wxNOT_FOUND;
// TODO
- return false;
+ return wxNOT_FOUND;
}
bool wxPalette::GetRGB(int index, unsigned char *WXUNUSED(red), unsigned char *WXUNUSED(green), unsigned char *WXUNUSED(blue)) const
M_PALETTEDATA->m_palettes.Append(c);
}
-