From c6a09fef08ef94067a714feea492e2f86fc41428 Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Wed, 14 Aug 2013 09:01:41 -0400 Subject: Demonstration of alpha blending modes --- fpdf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpdf.go') 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 -- cgit v1.2.1-24-ge1ad