Colorspaces

In order to represent a given color for a graphical object, we need both the color component values and details of the colorspace that the color is specified in. Color values are defined simply as floats (normally between 0 and 1 inclusive), and colorspaces are defined using the fz_colorspace structure.

As with many other such structures in MuPDF, these are reference counted objects (see ReferenceCounting ReferenceCounting).



Subsections