# CSJ2K.Icc.Lut.LookUpTable

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_Icc_Lut_LookUpTable" data-uid="CSJ2K.Icc.Lut.LookUpTable" class="text-break">LookUpTable Class
</h1>
  <div class="markdown level0 summary"><p>Toplevel class for a lut.  All lookup tables must
extend this class.</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">LookUpTable</span></div>
      <div class="level2"><a class="xref" href="CSJ2K.Icc.Lut.LookUpTable16.html">LookUpTable16</a></div>
      <div class="level2"><a class="xref" href="CSJ2K.Icc.Lut.LookUpTable32.html">LookUpTable32</a></div>
      <div class="level2"><a class="xref" href="CSJ2K.Icc.Lut.LookUpTable8.html">LookUpTable8</a></div>
      <div class="level2"><a class="xref" href="CSJ2K.Icc.Lut.LookUpTableFP.html">LookUpTableFP</a></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_LookUpTable_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class LookUpTable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class LookUpTable</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_LookUpTable__ctor_CSJ2K_Icc_Tags_ICCCurveType_System_Int32_" data-uid="CSJ2K.Icc.Lut.LookUpTable.#ctor(CSJ2K.Icc.Tags.ICCCurveType,System.Int32)">
          <a class="xref" href="CSJ2K.Icc.Lut.LookUpTable.-ctor.html#CSJ2K_Icc_Lut_LookUpTable__ctor_CSJ2K_Icc_Tags_ICCCurveType_System_Int32_">LookUpTable(ICCCurveType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>For subclass usage.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_LookUpTable_curve" data-uid="CSJ2K.Icc.Lut.LookUpTable.curve">
          <a class="xref" href="CSJ2K.Icc.Lut.LookUpTable.curve.html">curve</a>
        </td>
        <td class="markdown level1 summary"><p>The curve data</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_Icc_Lut_LookUpTable_dwNumInput" data-uid="CSJ2K.Icc.Lut.LookUpTable.dwNumInput">
          <a class="xref" href="CSJ2K.Icc.Lut.LookUpTable.dwNumInput.html">dwNumInput</a>
        </td>
        <td class="markdown level1 summary"><p>Number of values in created lut</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_Icc_Lut_LookUpTable_eol" data-uid="CSJ2K.Icc.Lut.LookUpTable.eol">
          <a class="xref" href="CSJ2K.Icc.Lut.LookUpTable.eol.html">eol</a>
        </td>
        <td class="markdown level1 summary"><p>End of line string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
