PS_SHFILL(3) 1 PS_SHFILL(3)
ps_shfill - Fills an area with a shading
SYNOPSIS
bool ps_shfill (resource $psdoc, int $shadingid)
DESCRIPTION
Fills an area with a shading, which has to be created before with ps_shading(3). This is an alternative way to creating a pattern from a
shading ps_shading_pattern(3) and using the pattern as the filling color.
PARAMETERS
o $psdoc
- Resource identifier of the postscript file as returned by ps_new(3).
o $shadingid
- The identifier of a shading previously created with ps_shading(3).
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
ps_shading(3), ps_shading_pattern(3).
PHP Documentation Group PS_SHFILL(3)