Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
12
Src/Winamp/setup/loadimage.h
Normal file
12
Src/Winamp/setup/loadimage.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef WINAMP_LOADIMAGE_HEADER
|
||||
#define WINAMP_LOADIMAGE_HEADER
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
HBITMAP WALoadImage(HMODULE hMod, LPCWSTR pszSection, LPCWSTR pszImage, BOOL bPremult);
|
||||
HBITMAP WAResizeImage(HBITMAP hbmp, INT cx, INT cy, HBRUSH hbBk);
|
||||
HBITMAP WABlendOnColor(HBITMAP hbmp, COLORREF rgbBk);
|
||||
HBITMAP WABlendOnARGB32(HBITMAP hbmp, LPBYTE pRGB);
|
||||
HBITMAP WACreatePatternBitmap(INT cx, INT cy, INT bpp, HBRUSH hbPattern, LPBYTE *ppData);
|
||||
|
||||
#endif //WINAMP_LOADIMAGE_HEADER
|
Loading…
Add table
Add a link
Reference in a new issue