[]
Toplevel class for a lut. All lookup tables must extend this class.
Toplevel class for a short [] lut.
A Gamma based 16 bit lut.
An interpolated 16 bit lut
A Linear 16 bit SRGB to SRGB lut
Toplevel class for a int [] lut.
A Gamma based 32 bit lut.
An interpolated 32 bit lut
A Linear 32 bit SRGB to SRGB lut
Toplevel class for a byte [] lut.
A Gamma based 16 bit lut.
An interpolated 8 bit lut
Toplevel class for a float [] lut.
Class Description
An interpolated floating point lut
Thrown by MatrixBasedTransformTosRGB
Transform for applying ICCProfiling to an input DataBlk
Exception thrown by MonochromeTransformTosRGB.
This 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.