The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

PDF::Builder::Resource::ColorSpace::Separation - Support for color space separations

METHODS

new

    $cs = PDF::Builder::Resource::ColorSpace::Separation->new($pdf, $key, @colors)

    Returns a new colorspace object.

color

    @color = $res->color()

    Returns the base-color of the Separation-Colorspace.

tintname

    $tintname = $res->tintname($tintname)

    Returns the tint-name of the Separation-Colorspace.