ComponentOne PDF for .NET
Inheritance Hierarchy
In This Topic
    CSJ2K.Icc.Lut Namespace (C1.Pdf.8)
    In This Topic
    Classes
     ClassDescription
    ClassToplevel class for a lut. All lookup tables must extend this class.
    ClassToplevel class for a short [] lut.
    ClassA Gamma based 16 bit lut.
    ClassAn interpolated 16 bit lut
    ClassA Linear 16 bit SRGB to SRGB lut
    ClassToplevel class for a int [] lut.
    ClassA Gamma based 32 bit lut.
    ClassAn interpolated 32 bit lut
    ClassA Linear 32 bit SRGB to SRGB lut
    ClassToplevel class for a byte [] lut.
    ClassA Gamma based 16 bit lut.
    ClassAn interpolated 8 bit lut
    ClassToplevel class for a float [] lut.
    ClassClass Description
    ClassAn interpolated floating point lut
    ClassThrown by MatrixBasedTransformTosRGB
    ClassTransform for applying ICCProfiling to an input DataBlk
    ClassException thrown by MonochromeTransformTosRGB.
    ClassThis class constructs a LookUpTableFP from a RestrictedICCProfile. The values in this table are used to calculate a second lookup table (simply a short []). table. When this transform is applied to an input DataBlk, an output data block is constructed by using the input samples as indices into the lookup table, whose values are used to populate the output DataBlk.
    See Also