This class represents an indexed color space.
Indexed color spaces represent a set of colors from a palette.
Each color is identified using an index into the palette.
The palette itself needs to be defined in terms of another color
space such as DeviceRGB or DeviceCMYK. So in many ways an indexed
color space is a meta color space.
This is definitively detailed in:.
The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Section:
8.6.6.3, page 156.
System.Object
WebSupergoo.ABCpdf12.Elements.Element
WebSupergoo.ABCpdf12.Elements.ColorSpaceElement
WebSupergoo.ABCpdf12.Elements.IndexedColorSpaceElement
|