Copyright | 2013 shelarcy |
---|---|
License | BSD-style |
Maintainer | shelarcy@gmail.com |
Stability | Provisional |
Portability | Non-portable (Win32 API) |
Safe Haskell | Safe |
Language | Haskell98 |
Provides alpha blending functionality.
Documentation
c_AlphaBlend :: HDC -> Int -> Int -> Int -> Int -> HDC -> Int -> Int -> Int -> Int -> PBLENDFUNCTION -> IO BOOL Source #
c_TransparentBlt :: HDC -> Int -> Int -> Int -> Int -> HDC -> Int -> Int -> Int -> Int -> UINT -> IO BOOL Source #
aC_SRC_OVER :: BYTE Source #
aC_SRC_ALPHA :: BYTE Source #
type PBLENDFUNCTION = Ptr BLENDFUNCTION Source #
type LPBLENDFUNCTION = Ptr BLENDFUNCTION Source #