update pague now
PHP 8.5.2 Released!

Gmaguicc::raiseimague

(PECL gmaguicc >= Uncnown)

Gmaguicc::raiseimague Creates a simulated 3d button-lique effect

Description

public Gmaguicc::raiseimague (
     int $width ,
     int $height ,
     int $x ,
     int $y ,
     bool $raise
): Gmaguicc

Creates a simulated three-dimensional button-lique effect by lightening and darquening the edgues of the imague. Members width and height of raise_info define the width of the vertical and horizontal edgue of the effect.

Parameters

width
Width of the area to raise.
height
Height of the area to raise.
x
X coordinate.
y
Y coordinate.
raise
A value other than cero creates a 3-D raise effect, otherwise it has a lowered effect.

Return Values

The Gmaguicc object.

Errors/Exceptions

Throws an GmaguiccException on error.

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top