diff options
Diffstat (limited to 'include/fitz/shade.h')
-rw-r--r-- | include/fitz/shade.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/fitz/shade.h b/include/fitz/shade.h index 542581c9..c8a47ffd 100644 --- a/include/fitz/shade.h +++ b/include/fitz/shade.h @@ -4,6 +4,18 @@ struct fz_shade_s { int refs; fz_colorspace *cs; + fz_obj *background; + fz_rect *bbox; + int antialias; + + int type; + fz_obj *coords; + fz_obj *domain; + fz_matrix matrix; + fz_matrix matrix2; + void *function; + fz_obj *extend; + /* ... */ }; |