From 948d75670f89e31587919f7828fe9931387322a3 Mon Sep 17 00:00:00 2001 From: Stani Date: Sun, 12 Jul 2015 22:54:44 +0200 Subject: implement GetAlpha --- def.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'def.go') diff --git a/def.go b/def.go index 3973351..437449c 100644 --- a/def.go +++ b/def.go @@ -223,6 +223,8 @@ type Fpdf struct { dashPhase float64 // dash phase blendList []blendModeType // slice[idx] of alpha transparency modes, 1-based blendMap map[string]int // map into blendList + blendMode string // current blend mode + alpha float64 // current transpacency gradientList []gradientType // slice[idx] of gradient records clipNest int // Number of active clipping contexts transformNest int // Number of active transformation contexts -- cgit v1.2.1-24-ge1ad