1.1 --- a/pdf.h Fri Feb 21 09:12:05 2003 +0000 1.2 +++ b/pdf.h Fri Feb 21 09:25:47 2003 +0000 1.3 @@ -4,7 +4,7 @@ 1.4 * will be compressed using ITU-T T.6 (G4) fax encoding. 1.5 * 1.6 * PDF routines 1.7 - * $Id: pdf.h,v 1.3 2003/02/21 01:01:33 eric Exp $ 1.8 + * $Id: pdf.h,v 1.4 2003/02/21 01:25:47 eric Exp $ 1.9 * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com> 1.10 * 1.11 * This program is free software; you can redistribute it and/or modify 1.12 @@ -59,8 +59,11 @@ 1.13 double width, 1.14 double height, 1.15 Bitmap *bitmap, 1.16 - int ImageMask, 1.17 - int BlackIs1); /* boolean, typ. false */ 1.18 + bool ImageMask, 1.19 + double r, /* RGB fill color, only for ImageMask */ 1.20 + double g, 1.21 + double b, 1.22 + bool BlackIs1); /* boolean, typ. false */ 1.23 1.24 1.25 void pdf_set_page_number (pdf_page_handle pdf_page, char *page_number);