// Purpose: interface of wxPalette
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
@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,
@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,