git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30998
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
bool, GetRGB(int pixel, byte* OUTPUT, byte* OUTPUT, byte* OUTPUT),
"GetRGB(self, int pixel) -> (R,G,B)");
bool, GetRGB(int pixel, byte* OUTPUT, byte* OUTPUT, byte* OUTPUT),
"GetRGB(self, int pixel) -> (R,G,B)");
+ int GetColoursCount() const;
bool Ok();
%pythoncode { def __nonzero__(self): return self.Ok() }
bool Ok();
%pythoncode { def __nonzero__(self): return self.Ok() }