X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/43c48e1e53d74cef62d15f08f015d9efeb45a0c1..7f4f5e8c24607ead9b5e2f4c60658dcd61f028f4:/interface/wx/palette.h diff --git a/interface/wx/palette.h b/interface/wx/palette.h index 0a4f35678b..ff6aa08792 100644 --- a/interface/wx/palette.h +++ b/interface/wx/palette.h @@ -60,6 +60,11 @@ public: @param blue An array of blue values. + @beginWxPerlOnly + In wxPerl this method takes as parameters + 3 array references (they must be of the same length). + @endWxPerlOnly + @see Create() */ wxPalette(int n, const unsigned char* red, @@ -130,6 +135,11 @@ public: @return @true if the operation was successful. + @beginWxPerlOnly + In wxPerl this method takes only the @a pixel parameter and + returns a 3-element list (or the empty list upon failure). + @endWxPerlOnly + @see GetPixel() */ bool GetRGB(int pixel, unsigned char* red, unsigned char* green,