MagickRaiseImage
MagickRaiseImage -- creates a simulated three-dimensional button-like effect on the current active image
Description
bool MagickRaiseImage( MagickWand mgck_wnd, float width, float height, int x, int y, bool raise )
Creates a simulated three-dimensional button-like effect by lightening and darkening the edges of the current active image. Arguments width and height define the width of the vertical and horizontal edge of the effect.
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |
| width, height, x, y | Define the dimensions of the area to raise. |
| raise | (OPTIONAL) TRUE by default; if set to TRUE creates a 3-D raised effect, otherwise it has a lowered effect |