Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Module for handling node processing
- c_gegl_node_process :: Ptr () -> IO ()
- c_gegl_node_blit :: Ptr () -> CDouble -> Ptr GeglRectangle -> BablFormatDummy -> Ptr a -> CInt -> CInt -> IO ()
Documentation
:: Ptr () | A GEGL node representation |
-> IO () |
Interface to the function gegl_node_process
in C.
:: Ptr () | A GEGL node representation |
-> CDouble | Scale |
-> Ptr GeglRectangle | Area of interest |
-> BablFormatDummy | Pixel format |
-> Ptr a | Pointer to destination buffer |
-> CInt | Row stride in bytes |
-> CInt | OR'ed GEGL blit flags |
-> IO () |
Interface to the function gegl_node_blit
in C.