Copyright | 2013 shelarcy |
---|---|
License | BSD-style |
Maintainer | shelarcy@gmail.com |
Stability | Provisional |
Portability | Non-portable (Win32 API) |
Safe Haskell | Safe |
Language | Haskell98 |
Graphics.Win32.GDI.AlphaBlend
Description
Provides alpha blending functionality.
Documentation
type PBLENDFUNCTION = Ptr BLENDFUNCTION Source
type LPBLENDFUNCTION = Ptr BLENDFUNCTION Source
data BLENDFUNCTION Source
Constructors
BLENDFUNCTION | |
Fields
|
Instances
c_AlphaBlend :: HDC -> Int -> Int -> Int -> Int -> HDC -> Int -> Int -> Int -> Int -> PBLENDFUNCTION -> IO BOOL Source