Indexed
extends ColorSpace
in package
Indexed color space — ISO 32000-2 §8.6.6.3.
Serialized as [/Indexed base hival lookup], where lookup is either a
byte string of (hival+1) * nColorants bytes or a reference to a stream
of the same bytes.
Table of Contents
Properties
- $base : ColorSpace|PdfName|PdfArray
- $hival : int
- $lookup : PdfString|PdfReference
Methods
- __construct() : mixed
- toPdf() : string
Properties
$base
public
ColorSpace|PdfName|PdfArray
$base
$hival
public
int
$hival
$lookup
public
PdfString|PdfReference
$lookup
Methods
__construct()
public
__construct(ColorSpace|PdfName|PdfArray $base, int $hival, PdfString|PdfReference $lookup) : mixed
Parameters
- $base : ColorSpace|PdfName|PdfArray
- $hival : int
- $lookup : PdfString|PdfReference
toPdf()
public
toPdf() : string