Copyright | 2013 shelarcy |
---|---|
License | BSD-style |
Maintainer | shelarcy@gmail.com |
Stability | Provisional |
Portability | Non-portable (Win32 API) |
Safe Haskell | Safe |
Language | Haskell2010 |
Provides alpha blending functionality.
Documentation
aC_SRC_ALPHA :: BYTE Source #
type PBLENDFUNCTION = Ptr BLENDFUNCTION Source #
type LPBLENDFUNCTION = Ptr BLENDFUNCTION Source #
data BLENDFUNCTION Source #
BLENDFUNCTION | |
|
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 #