Default constructor.
*/
wxPalette();
+
/**
Copy constructor, uses @ref overview_refcount.
*/
wxPalette(const wxPalette& palette);
+
/**
- Creates a palette from arrays of size @e n, one for each red, blue or
+ Creates a palette from arrays of size @a n, one for each red, blue or
green component.
@param palette
~wxPalette();
/**
- Creates a palette from arrays of size @e n, one for each red, blue or
+ Creates a palette from arrays of size @a n, one for each red, blue or
green component.
@param n
@param blue
An array of blue values.
- @returns @true if the creation was successful, @false otherwise.
+ @return @true if the creation was successful, @false otherwise.
@see wxPalette()
*/
@param blue
Blue value.
- @returns The nearest palette index or @c wxNOT_FOUND for unexpected errors.
+ @return The nearest palette index or @c wxNOT_FOUND for unexpected errors.
@see GetRGB()
*/
@param blue
Receives the blue value.
- @returns @true if the operation was successful.
+ @return @true if the operation was successful.
@see GetPixel()
*/
/**
- FIXME
+ An empty palette.
*/
wxPalette wxNullPalette;