ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc.Lut Namespace / MatrixBasedTransformTosRGB Class / MatrixBasedTransformTosRGB Constructor
input profile
clipping value for output.

In This Topic
    MatrixBasedTransformTosRGB Constructor
    In This Topic
    Construct a 3 component transform based on an input RestricedICCProfile This transform will pass the input throught a floating point lut (LookUpTableFP), apply a matrix to the output and finally pass the intermediate buffer through a 8-bit lut (LookUpTable8). This operation will be designated (LFP*M*L8) * Data The operators (LFP*M*L8) are constructed here. Although the data for only one component is returned, the transformation must be done for all components, because the matrix application involves a linear combination of component input to produce the output.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ricc As RestrictedICCProfile, _
       ByVal dwMaxValue() As Integer, _
       ByVal dwShiftValue() As Integer _
    )
    public MatrixBasedTransformTosRGB( 
       RestrictedICCProfile ricc,
       int[] dwMaxValue,
       int[] dwShiftValue
    )

    Parameters

    ricc
    input profile
    dwMaxValue
    clipping value for output.
    dwShiftValue
    See Also