ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc.Lut Namespace / MatrixBasedTransformTosRGB Class
Methods


In This Topic
    MatrixBasedTransformTosRGB Class Members
    In This Topic

    The following tables list the members exposed by MatrixBasedTransformTosRGB.

    Public Constructors
     NameDescription
    Public ConstructorConstruct 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.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Performs the transform. Pass the input throught the LookUpTableFP, apply the matrix to the output and finally pass the intermediate buffer through the LookUpTable8. This operation is designated (LFP*M*L8) * Data are already constructed. 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.  
    Public MethodString representation of class  
    Top
    See Also