| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
GEGL.Enums
Description
Module containing enums from GEGL
- data GeglAccessMode
- data GeglAbyssPolicy
- data GeglOrientation
- data GeglSamplerType
- data GeglBlitFlag
Documentation
data GeglAccessMode #
Access mode to buffers
Constructors
| GeglAccessRead | |
| GeglAccessWrite | |
| GeglAccessReadWrite |
Instances
| Enum GeglAccessMode # | |
| Eq GeglAccessMode # | |
| Show GeglAccessMode # | |
data GeglAbyssPolicy #
I don't know
Instances
| Enum GeglAbyssPolicy # | |
| Eq GeglAbyssPolicy # | |
| Show GeglAbyssPolicy # | |
data GeglOrientation #
Orientation of a buffer
Constructors
| GeglOrientationHorizontal | |
| GeglOrientationVertical |
Instances
| Enum GeglOrientation # | |
| Eq GeglOrientation # | |
| Show GeglOrientation # | |
data GeglSamplerType #
Constructors
| GeglSamplerNearest | |
| GeglSamplerLinear | |
| GeglSamplerCubic | |
| GeglSamplerNohalo | |
| GeglSamplerLohalo |
Instances
| Enum GeglSamplerType # | |
| Eq GeglSamplerType # | |
| Show GeglSamplerType # | |
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. |
Instances
| Enum GeglBlitFlag # | |