Added wxQuantize, wxSplashScreen, wxEffects & added palette to wxImage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -177,6 +177,10 @@ public:
|
||||
void SetMask( bool mask = TRUE );
|
||||
bool HasMask() const;
|
||||
|
||||
bool HasPalette() const { return m_palette.Ok(); }
|
||||
const wxPalette& GetPalette() const { return m_palette; }
|
||||
void SetPalette(const wxPalette& palette) { m_palette = palette; }
|
||||
|
||||
unsigned long CountColours( unsigned long stopafter = (unsigned long) -1 );
|
||||
unsigned long ComputeHistogram( wxHashTable &h );
|
||||
|
||||
@@ -206,6 +210,7 @@ public:
|
||||
|
||||
protected:
|
||||
static wxList sm_handlers;
|
||||
wxPalette m_palette;
|
||||
|
||||
private:
|
||||
friend class WXDLLEXPORT wxImageHandler;
|
||||
|
Reference in New Issue
Block a user