Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
FFI module for defining and using rectangles
- data GeglRectangle = GeglRectangle {
- rectangleX :: Int
- rectangleY :: Int
- rectangleWidth :: Int
- rectangleHeight :: Int
- c_gegl_rectangle_intersect :: Ptr GeglRectangle -> Ptr GeglRectangle -> Ptr GeglRectangle -> IO Bool
Documentation
data GeglRectangle #
A standard GEGL rectangle
GeglRectangle | |
|
Show GeglRectangle # | |
Storable GeglRectangle # | |
:: Ptr GeglRectangle | destination rectangle |
-> Ptr GeglRectangle | A Rectangle |
-> Ptr GeglRectangle | A rectangle |
-> IO Bool | Returns |
Interface to gegl_rectangle_intersect
function in C.