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