PS_SHADING_PATTERN(3) 1 PS_SHADING_PATTERN(3)
ps_shading_pattern - Creates a pattern based on a shading
SYNOPSIS
int ps_shading_pattern (resource $psdoc, int $shadingid, string $optlist)
DESCRIPTION
Creates a pattern based on a shading, which has to be created before with ps_shading(3). Shading patterns can be used like regular pat-
terns.
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).
o $optlist
- This argument is not currently used.
RETURN VALUES
The identifier of the pattern or FALSE on failure.
SEE ALSO
ps_shading(3), ps_shfill(3).
PHP Documentation Group PS_SHADING_PATTERN(3)