X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fbfb8bcc3fa17e079d4219655b173f8ed2ccc65a..44c930ebbac11de2ce259ce6c931cdc060c52ad0:/include/wx/generic/paletteg.h diff --git a/include/wx/generic/paletteg.h b/include/wx/generic/paletteg.h index 4f1ee46384..35a9fa1fa3 100644 --- a/include/wx/generic/paletteg.h +++ b/include/wx/generic/paletteg.h @@ -1,9 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: palette.h +// Name: wx/generic/paletteg.h // Purpose: // Author: Robert Roebling // Created: 01/02/97 -// Id: +// RCS-ID: $Id$ // Copyright: (c) 1998 Robert Roebling and Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -35,15 +35,13 @@ class WXDLLIMPEXP_CORE wxPalette: public wxPaletteBase wxPalette(); wxPalette( int n, const unsigned char *red, const unsigned char *green, const unsigned char *blue ); - wxPalette( const wxPalette& palette ); ~wxPalette(); - wxPalette& operator = ( const wxPalette& palette ); bool operator == ( const wxPalette& palette ) const; bool operator != ( const wxPalette& palette ) const; virtual bool Ok() const; bool Create( int n, const unsigned char *red, const unsigned char *green, const unsigned char *blue); - int GetPixel( const unsigned char red, const unsigned char green, const unsigned char blue ) const; + int GetPixel( unsigned char red, unsigned char green, unsigned char blue ) const; bool GetRGB( int pixel, unsigned char *red, unsigned char *green, unsigned char *blue ) const; // no data