# CSJ2K.Icc.Lut.MatrixBasedTransformTosRGB

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_Icc_Lut_MatrixBasedTransformTosRGB" data-uid="CSJ2K.Icc.Lut.MatrixBasedTransformTosRGB" class="text-break">MatrixBasedTransformTosRGB Class
</h1>
  <div class="markdown level0 summary"><p>Transform for applying ICCProfiling to an input DataBlk</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">MatrixBasedTransformTosRGB</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.Icc.Lut.html">CSJ2K.Icc.Lut</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
  <h5 id="CSJ2K_Icc_Lut_MatrixBasedTransformTosRGB_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MatrixBasedTransformTosRGB</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MatrixBasedTransformTosRGB</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_Icc_Lut_MatrixBasedTransformTosRGB__ctor_CSJ2K_Icc_RestrictedICCProfile_System_Int32___System_Int32___" data-uid="CSJ2K.Icc.Lut.MatrixBasedTransformTosRGB.#ctor(CSJ2K.Icc.RestrictedICCProfile,System.Int32[],System.Int32[])">
          <a class="xref" href="CSJ2K.Icc.Lut.MatrixBasedTransformTosRGB.-ctor.html#CSJ2K_Icc_Lut_MatrixBasedTransformTosRGB__ctor_CSJ2K_Icc_RestrictedICCProfile_System_Int32___System_Int32___">MatrixBasedTransformTosRGB(RestrictedICCProfile, int[], int[])</a>
        </td>
        <td class="markdown level1 summary"><p>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<em>M</em>L8) * Data
The operators (LFP<em>M</em>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.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_Icc_Lut_MatrixBasedTransformTosRGB_ToString" data-uid="CSJ2K.Icc.Lut.MatrixBasedTransformTosRGB.ToString">
          <a class="xref" href="CSJ2K.Icc.Lut.MatrixBasedTransformTosRGB.ToString.html#CSJ2K_Icc_Lut_MatrixBasedTransformTosRGB_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>String representation of class</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_Icc_Lut_MatrixBasedTransformTosRGB_apply_CSJ2K_j2k_image_DataBlkFloat___CSJ2K_j2k_image_DataBlkFloat___" data-uid="CSJ2K.Icc.Lut.MatrixBasedTransformTosRGB.apply(CSJ2K.j2k.image.DataBlkFloat[],CSJ2K.j2k.image.DataBlkFloat[])">
          <a class="xref" href="CSJ2K.Icc.Lut.MatrixBasedTransformTosRGB.apply.html#CSJ2K_Icc_Lut_MatrixBasedTransformTosRGB_apply_CSJ2K_j2k_image_DataBlkFloat___CSJ2K_j2k_image_DataBlkFloat___">apply(DataBlkFloat[], DataBlkFloat[])</a>
        </td>
        <td class="markdown level1 summary"><p>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<em>M</em>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.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_Icc_Lut_MatrixBasedTransformTosRGB_apply_CSJ2K_j2k_image_DataBlkInt___CSJ2K_j2k_image_DataBlkInt___" data-uid="CSJ2K.Icc.Lut.MatrixBasedTransformTosRGB.apply(CSJ2K.j2k.image.DataBlkInt[],CSJ2K.j2k.image.DataBlkInt[])">
          <a class="xref" href="CSJ2K.Icc.Lut.MatrixBasedTransformTosRGB.apply.html#CSJ2K_Icc_Lut_MatrixBasedTransformTosRGB_apply_CSJ2K_j2k_image_DataBlkInt___CSJ2K_j2k_image_DataBlkInt___">apply(DataBlkInt[], DataBlkInt[])</a>
        </td>
        <td class="markdown level1 summary"><p>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<em>M</em>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.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
