| Copyright | (c) David Himmelstrup 2005 |
|---|---|
| License | BSD-like |
| Maintainer | lemmih@gmail.com |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell98 |
Graphics.UI.SDL.Color
Description
Documentation
Constructors
| Color | |
Fields
| |
Instances
| Storable Color Source # | |
Defined in Graphics.UI.SDL.Color Methods peekElemOff :: Ptr Color -> Int -> IO Color pokeElemOff :: Ptr Color -> Int -> Color -> IO () peekByteOff :: Ptr b -> Int -> IO Color pokeByteOff :: Ptr b -> Int -> Color -> IO () | |
Constructors
| Pixel Word32 |
Instances
| Eq Pixel Source # | |
| Ord Pixel Source # | |
| Show Pixel Source # | |
| Storable Pixel Source # | |
Defined in Graphics.UI.SDL.Color Methods peekElemOff :: Ptr Pixel -> Int -> IO Pixel pokeElemOff :: Ptr Pixel -> Int -> Pixel -> IO () peekByteOff :: Ptr b -> Int -> IO Pixel pokeByteOff :: Ptr b -> Int -> Pixel -> IO () | |