[]
        
(Showing Draft Content)

CSJ2K.Icc.Lut.MonochromeTransformTosRGB

MonochromeTransformTosRGB Class

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.

Inheritance
MonochromeTransformTosRGB
Namespace: CSJ2K.Icc.Lut
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class MonochromeTransformTosRGB

Constructors

Name Description
MonochromeTransformTosRGB(RestrictedICCProfile, int, int)

Construct the lut from the RestrictedICCProfile.

Fields

Name Description
ksRGB8ReduceAfterExp

Transform parameter.

ksRGB8ScaleAfterExp

Transform parameter.

ksRGB8ShadowSlope

Transform parameter.

ksRGBExponent

Transform parameter.

ksRGBShadowCutoff

Transform parameter.

ksRGBShadowSlope

Transform parameter.

Methods

Name Description
ToString()

String representation of class

apply(DataBlkFloat, DataBlkFloat)

Populate the output block by looking up the values in the lut, using the input as lut indices.

apply(DataBlkInt, DataBlkInt)

Populate the output block by looking up the values in the lut, using the input as lut indices.