35 wxColour & dstColour);
44 wxImage * mask,
int xoff,
int yoff);
59std::unique_ptr<wxImage>
CreateBackground(
int width,
int height, wxColour colour);
THEME_API wxImage GetSubImageWithAlpha(const wxImage &Src, const wxRect &rect)
THEME_API std::unique_ptr< wxImage > ChangeImageColour(wxImage *srcImage, wxColour &dstColour)
THEME_API std::unique_ptr< wxImage > CreateBackground(int width, int height, wxColour colour)
THEME_API std::unique_ptr< wxImage > CreateSysBackground(int width, int height, int offset, wxColour colour)
THEME_API void PasteSubImage(wxImage *pDest, wxImage *pSrc, int x, int y)
THEME_API std::unique_ptr< wxImage > OverlayImage(wxImage *background, wxImage *foreground, wxImage *mask, int xoff, int yoff)