MagickCore 6.9.12
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

MagickExport FxInfoAcquireFxInfo (const Image *, const char *)
 
MagickExport FxInfoDestroyFxInfo (FxInfo *)
 
MagickExport MagickBooleanType FxEvaluateExpression (FxInfo *, double *, ExceptionInfo *)
 
MagickExport MagickBooleanType FxEvaluateChannelExpression (FxInfo *, const ChannelType, const ssize_t, const ssize_t, double *, ExceptionInfo *)
 

Typedef Documentation

◆ FxInfo

typedef struct _FxInfo FxInfo

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

Function Documentation

◆ AcquireFxInfo()

MagickExport FxInfo * AcquireFxInfo ( const Image ,
const char *   
)

◆ DestroyFxInfo()

◆ FxEvaluateChannelExpression()

MagickExport MagickBooleanType FxEvaluateChannelExpression ( FxInfo fx_info,
const  ChannelType,
const  ssize_t,
const  ssize_t,
double *  alpha,
ExceptionInfo exception 
)

◆ FxEvaluateExpression()

MagickExport MagickBooleanType FxEvaluateExpression ( FxInfo ,
double *  ,
ExceptionInfo  
)