module Pdfspace: sig
.. end
Colour Spaces - Some types of colourspace missing.
type
point = float * float * float
A Tristimulus Point
type
iccbased = {
}
ICC Based Colour Spaces
type
colourspace =
Colour spaces
val string_of_colourspace : colourspace -> string
Produce a debug string
val name_of_colourspace : colourspace -> string option
Read the name of a colour, if it has one
val read_colourspace : Pdf.pdfdoc -> Pdf.pdfobject -> Pdf.pdfobject -> colourspace
Read a colourspace from a PDF given a document, page resources dictionary and the colourspace object