gegl-0.0.0.5: Haskell bindings to GEGL library

Safe HaskellSafe
LanguageHaskell2010

GEGL.Enums

Description

Module containing enums from GEGL

Synopsis

Documentation

data GeglBlitFlag #

enum type for blit flags

Constructors

GeglBlitDefault

Default blitting. nothing special and sufficient in most cases

GeglBlitCache

Set up a cache for any subsequent requests of image data from this node.

GeglBlitDirty

Return the latest rendered results in cache without regard to wether the regions had been rendered or not.