|
| Graphics.X11.Xlib.Color | | Portability | portable | | Stability | provisional | | Maintainer | libraries@haskell.org |
|
|
|
| Description |
| A collection of FFI declarations for interfacing with Xlib Colors.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| lookupColor :: Display -> Colormap -> String -> IO (Color, Color) |
| interface to the X11 library function XLookupColor().
|
|
| allocNamedColor :: Display -> Colormap -> String -> IO (Color, Color) |
| interface to the X11 library function XAllocNamedColor().
|
|
| allocColor :: Display -> Colormap -> Color -> IO Color |
| interface to the X11 library function XAllocColor().
|
|
| parseColor :: Display -> Colormap -> String -> IO Color |
| interface to the X11 library function XParseColor().
|
|
| freeColors :: Display -> Colormap -> [Pixel] -> Pixel -> IO () |
| interface to the X11 library function XFreeColors().
|
|
| storeColor :: Display -> Colormap -> Color -> IO () |
| interface to the X11 library function XStoreColor().
|
|
| queryColor :: Display -> Colormap -> Color -> IO Color |
| interface to the X11 library function XQueryColor().
|
|
| queryColors :: Display -> Colormap -> [Color] -> IO [Color] |
| interface to the X11 library function XQueryColors().
|
|
| installColormap :: Display -> Colormap -> IO () |
| interface to the X11 library function XInstallColormap().
|
|
| uninstallColormap :: Display -> Colormap -> IO () |
| interface to the X11 library function XUninstallColormap().
|
|
| copyColormapAndFree :: Display -> Colormap -> IO Colormap |
| interface to the X11 library function XCopyColormapAndFree().
|
|
| createColormap :: Display -> Window -> Visual -> ColormapAlloc -> IO Colormap |
| interface to the X11 library function XCreateColormap().
|
|
| freeColormap :: Display -> Colormap -> IO () |
| interface to the X11 library function XFreeColormap().
|
|
| Produced by Haddock version 0.8 |