.TH "PS_SHFILL" "3" .SH "NAME" PS_shfill \(em Draws a shading .SH "SYNOPSIS" .PP #include .PP void PS_shfill(PSDoc *psdoc, int shading) .SH "DESCRIPTION" .PP Draws the shading whose id is passed in parameter \fBshading\fR. The name of the function is somewhat misleading. It does not fill an area like \fBPS_fill(3)\fP but simply draws the shading without any bounding box. If you want to restrict the schading to a certain area, then you will have to call \fBPS_clip(3)\fP before. .PP Using \fBPS_shfill(3)\fP is often easier than creating a shading pattern with \fBPS_shading_pattern(3)\fPand using it for filling. .SH "SEE ALSO" .PP PS_shading(3), PS_shading_pattern(3), PS_clip(3) .SH "AUTHOR" .PP This manual page was written by Uwe Steinmann uwe@steinmann.cx. .\" created by instant / docbook-to-man