Added GetColoursCount

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-12-13 23:00:57 +00:00
parent 4bfe9b91c3
commit cf4dfd1467

View File

@ -32,6 +32,7 @@ public:
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() }