HPDF-1.4: Generation of PDF documentsSource codeContentsIndex
Graphics.PDF.Shading
Portabilityportable
Stabilityexperimental
Maintainermisc@NOSPAMalpheccar.org
Contents
Shading
Type
Description
PDF shading
Synopsis
data PDFShading
= AxialShading PDFFloat PDFFloat PDFFloat PDFFloat Color Color
| RadialShading PDFFloat PDFFloat PDFFloat PDFFloat PDFFloat PDFFloat Color Color
paintWithShading :: PDFShading -> Draw a -> Draw ()
applyShading :: PDFShading -> Draw ()
Shading
Type
data PDFShading Source
A shading
Constructors
AxialShading PDFFloat PDFFloat PDFFloat PDFFloat Color Color
RadialShading PDFFloat PDFFloat PDFFloat PDFFloat PDFFloat PDFFloat Color Color
show/hide Instances
paintWithShadingSource
::
=> PDFShadingShading
-> Draw aShape to paint
-> Draw ()
applyShading :: PDFShading -> Draw ()Source
Fill clipping region with a shading
Produced by Haddock version 2.3.0