MagickCore  6.7.5
fx-private.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _FxInfo FxInfo

Functions

MagickPrivate FxInfoAcquireFxInfo (const Image *, const char *)
MagickPrivate FxInfoDestroyFxInfo (FxInfo *)
MagickPrivate MagickBooleanType FxEvaluateExpression (FxInfo *, MagickRealType *, ExceptionInfo *)
MagickPrivate MagickBooleanType FxEvaluateChannelExpression (FxInfo *, const PixelChannel, const ssize_t, const ssize_t, MagickRealType *, ExceptionInfo *)

Typedef Documentation

typedef struct _FxInfo FxInfo

Definition at line 25 of file fx-private.h.


Function Documentation

MagickPrivate FxInfo* AcquireFxInfo ( const Image ,
const char *   
)
MagickPrivate MagickBooleanType FxEvaluateChannelExpression ( FxInfo ,
const PixelChannel  ,
const ssize_t  ,
const ssize_t  ,
MagickRealType ,
ExceptionInfo  
)
MagickPrivate MagickBooleanType FxEvaluateExpression ( FxInfo ,
MagickRealType ,
ExceptionInfo  
)