/usr/local/perl/lib/site_perl/5.8.5/PDF/API2/Resource/ColorSpace/Separation.pm


$cs = PDF::API2::Resource::ColorSpace::Separation->new $pdf, $key, %parameters
Returns a new colorspace object.

$cs = PDF::API2::Resource::ColorSpace::Separation->new_api $api, $name
Returns a separation color-space object. This method is different from 'new' that it needs an PDF::API2-object rather than a Text::PDF::File-object.

@color = $res->color
Returns the base-color of the Separation-Colorspace.

$tintname = $res->tintname $tintname
Returns the tint-name of the Separation-Colorspace.


HISTORY

    $Log: Separation.pm,v $
    Revision 2.0  2005/11/16 02:18:14  areibens
    revision workaround for SF cvs import not to screw up CPAN
    Revision 1.2  2005/11/16 01:27:50  areibens
    genesis2
    Revision 1.1  2005/11/16 01:19:27  areibens
    genesis
    Revision 1.10  2005/06/17 19:44:03  fredo
    fixed CPAN modulefile versioning (again)
    Revision 1.9  2005/06/17 18:53:34  fredo
    fixed CPAN modulefile versioning (dislikes cvs)
    Revision 1.8  2005/03/14 22:01:27  fredo
    upd 2005
    Revision 1.7  2004/12/16 00:30:53  fredo
    added no warn for recursion
    Revision 1.6  2004/07/20 20:28:45  fredo
    added tintname accessor
    Revision 1.5  2004/07/15 14:14:16  fredo
    added type and color accessor
    Revision 1.4  2004/06/15 09:14:52  fredo
    removed cr+lf
    Revision 1.3  2004/06/07 19:44:43  fredo
    cleaned out cr+lf for lf
    Revision 1.2  2004/04/07 10:50:43  fredo
    fixed RGB semantics to match CMYK `tintī behaviour
    Revision 1.1  2004/04/06 20:57:27  fredo
    separation colorspace promoted to full object
 /usr/local/perl/lib/site_perl/5.8.5/PDF/API2/Resource/ColorSpace/Separation.pm