summaryrefslogtreecommitdiff
path: root/fpdf.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2013-08-14 09:01:41 -0400
committerKurt Jung <kurt.w.jung@code.google.com>2013-08-14 09:01:41 -0400
commitc6a09fef08ef94067a714feea492e2f86fc41428 (patch)
treebf27818ca192aff3d80982b4141e1ec90baab3c2 /fpdf.go
parentcb9b6b05fca2d3154237d94eae678b8c97a2604e (diff)
Demonstration of alpha blending modes
Diffstat (limited to 'fpdf.go')
-rw-r--r--fpdf.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdf.go b/fpdf.go
index 24db0be..f526821 100644
--- a/fpdf.go
+++ b/fpdf.go
@@ -841,7 +841,7 @@ func (f *Fpdf) Arc(x, y, rx, ry, degRotate, degStart, degEnd float64, styleStr s
// To reset normal rendering after applying a blending mode, call this method
// with alpha set to 1.0 and blendModeStr set to "Normal".
//
-// See tutorial 12 for an example of this function.
+// See tutorial 12 for an example of this function, including samples of each blending mode.
func (f *Fpdf) SetAlpha(alpha float64, blendModeStr string) {
if f.err != nil {
return