1PDF::Builder::Resource:U:sEexrtGCSotnattrei(b3u)ted PerlPDDFo:c:uBmueinltdaetri:o:nResource::ExtGState(3)
2
3
4
6 PDF::Builder::Resource::ExtGState - Graphics state dictionary support
7
9 $egs = PDF::Builder::Resource::ExtGState->new(@parameters)
10 Returns a new extgstate object (called from $pdf->egstate()).
11
12 $egs->strokeadjust($boolean)
13 $egs->strokeoverprint($boolean)
14 $egs->filloverprint($boolean)
15 $egs->overprintmode($num)
16 $egs->blackgeneration($obj)
17 $egs->blackgeneration2($obj)
18 $egs->undercolorremoval($obj)
19 $egs->undercolorremoval2($obj)
20 $egs->transfer($obj)
21 $egs->transfer2($obj)
22 $egs->halftone($obj)
23 $egs->halftonephase($obj)
24 $egs->smoothness($num)
25 $egs->font($font, $size)
26 $egs->linewidth($size)
27 $egs->linecap($cap)
28 $egs->linejoin($join)
29 $egs->miterlimit($limit)
30 $egs->dash(@dash)
31 $egs->flatness($flat)
32 $egs->renderingintent($intentName)
33 $egs->strokealpha($alpha)
34 The current stroking alpha constant, specifying the constant shape
35 or constant opacity value to be used for stroking operations in the
36 transparent imaging model.
37
38 $egs->fillalpha($alpha)
39 Same as strokealpha, but for nonstroking (fill) operations.
40
41 $egs->blendmode($blendname)
42 $egs->blendmode($blendfunctionobj)
43 The current blend mode to be used in the transparent imaging model.
44
45 $egs->alphaisshape($boolean)
46 The alpha source flag (alpha is shape), specifying whether the
47 current soft mask and alpha constant are to be interpreted as shape
48 values (true) or opacity values (false).
49
50 $egs->textknockout($boolean)
51 The text knockout flag, which determines the behavior of
52 overlapping glyphs within a text object in the transparent imaging
53 model.
54
55 $egs->transparency($t)
56 The graphics transparency, with 0 being fully opaque and 1 being
57 fully transparent. This is a convenience method, setting proper
58 values for "strokealpha" and "fillalpha".
59
60 $egs->opacity($op)
61 The graphics opacity, with 1 being fully opaque and 0 being fully
62 transparent. This is a convenience method, setting proper values
63 for "strokealpha" and "fillalpha".
64
65
66
67perl v5.32.1 2021-03-2P9DF::Builder::Resource::ExtGState(3)