Click or drag to resize

CsICCBased Class

Represents color space based on a cross-platform color profile as defined by the International Color Consortium(ICC).
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.ColorSpacePdfColorSpace
    Patagames.Pdf.Net.ColorSpaceCsICCBased

Namespace: Patagames.Pdf.Net.ColorSpace
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class CsICCBased : PdfColorSpace

The CsICCBased type exposes the following members.

Constructors
 NameDescription
Public methodCsICCBased(PdfDocument, PdfTypeStream) Initialize new instance of the CsICCBased class;
Public methodCsICCBased(PdfDocument, Int32, Byte, PdfColorSpace, Single, PdfTypeStream) Creates new color space objects
Top
Properties
 NameDescription
Public propertyName Gets the name of the color space.
(Overrides PdfColorSpaceName)
Public propertyStream Gets the ICC profile.
Top
Remarks
Unlike the CsCalGray, CsCalRGB, and CsLab color spaces an ICCBased color space is characterized by a sequence of bytes in a standard format. Details of the profile format can be found in the ICC specification.
See Also