 | CsICCBased Class |
Represents color space based on a cross-platform color profile as defined by the International Color Consortium(ICC).
Inheritance Hierarchy Namespace: Patagames.Pdf.Net.ColorSpaceAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic class CsICCBased : PdfColorSpace
Public Class CsICCBased
Inherits PdfColorSpace
public ref class CsICCBased : public PdfColorSpace
type CsICCBased =
class
inherit PdfColorSpace
end
public class CsICCBased extends PdfColorSpace
Patagames.Pdf.Net.ColorSpace.CsICCBased = function();
Type.createClass(
'Patagames.Pdf.Net.ColorSpace.CsICCBased',
Patagames.Pdf.Net.ColorSpace.PdfColorSpace);
The CsICCBased type exposes the following members.
Constructors
Properties
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