pdf.h

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