PDF::Builder::Resource::ColorSpace - Base class for PDF color spaces
Inherits from PDF::Builder::Basic::PDF::Array
$cs = PDF::Builder::Resource::ColorSpace->new($pdf, $key, %opts)
Returns a new colorspace object, base class for all colorspaces.
$name = $res->name($name) # Set
$name = $res->name() # Get
Returns or sets the Name of the resource.
@param = $cs->param(@param)
Returns properly formatted color-parameters based on the colorspace.
Master Index
PDF::Builder -- Facilitates the creation and modification of PDF files
PDF::Builder::Resource -- Base class for PDF resources
PDF::Builder::Resource::BaseFont -- Base class for font resources
PDF::Builder::Resource::CIDFont -- Base class for CID fonts
PDF::Builder::Resource::Colors -- Translate color names into RGB settings
PDF::Builder::Resource::ExtGState -- Graphics state dictionary support
PDF::Builder::Resource::Font -- Some common support routines for font files
PDF::Builder::Resource::Glyphs -- Preparsed uniglyph.txt file information
PDF::Builder::Resource::PaperSizes -- List of standard paper sizes and their dimensions
PDF::Builder::Resource::Pattern -- Support stub for fill patterns
PDF::Builder::Resource::Shading -- Support stub for fill shading patterns
PDF::Builder::Resource::UniFont -- Unicode Font Support
PDF::Builder::Resource::XObject -- Base class for external objects
PDF::Builder::Resource::ColorSpace::DeviceN -- Colorspace handling for Device CMYK
PDF::Builder::Resource::ColorSpace::Indexed -- Base colorspace support for indexed color models
PDF::Builder::Resource::ColorSpace::Separation -- Support for color space separations