ImageGear Professional DLL v17.1 for Windows Accusoft
IG_FX_parabola
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Core Component API Reference > Core Component Functions Reference > FX Functions > IG_FX_parabola

Glossary Item Box

Provides the effect of warping around a parabola on the hIGear image.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_FX_parabola(
        HIGEAR hIGear, 
        AT_POINT Center, 
        AT_FLOAT fHeight,
        AT_INT nRadiusX,
        AT_INT nRadiusY,
        AT_BOOL bInterpolate,
        HIGPIXEL hbkColor, 
        LPAT_RECT lpRect 
);

Arguments:

hIGear Image to which to apply the effect.
Center Parabola center, in pixels.
fHeight Extrusion strength.
nRadiusX Radius of the modified area in X direction, in pixels.
nRadiusY Radius of the modified area in Y direction, in pixels.
bInterpolate If TRUE, interpolation is used during processing.
hbkColor Background color. It should have the same color space and channel depths as the image to which the effect is applied.
lpRect Rectangular area to apply the effect to, or NULL for whole image.

Return Value:

Returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

When bInterpolate is FALSE, all pixel formats supported by ImageGear Professional, except:

When bInterpolate is TRUE, all pixel formats supported by ImageGear Professional, except:

©2012. Accusoft Corporation. All Rights Reserved.