# CSJ2K.Icc.Lut.LookUpTable32

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_Icc_Lut_LookUpTable32" data-uid="CSJ2K.Icc.Lut.LookUpTable32" class="text-break">LookUpTable32 Class
</h1>
  <div class="markdown level0 summary"><p>Toplevel class for a int [] lut.</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"><a class="xref" href="CSJ2K.Icc.Lut.LookUpTable.html">LookUpTable</a></div>
    <div class="level2"><span class="xref">LookUpTable32</span></div>
      <div class="level3"><a class="xref" href="CSJ2K.Icc.Lut.LookUpTable32Gamma.html">LookUpTable32Gamma</a></div>
      <div class="level3"><a class="xref" href="CSJ2K.Icc.Lut.LookUpTable32Interp.html">LookUpTable32Interp</a></div>
      <div class="level3"><a class="xref" href="CSJ2K.Icc.Lut.LookUpTable32LinearSRGBtoSRGB.html">LookUpTable32LinearSRGBtoSRGB</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_LookUpTable32_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class LookUpTable32 : LookUpTable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class LookUpTable32
    Inherits 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_LookUpTable32__ctor_CSJ2K_Icc_Tags_ICCCurveType_System_Int32_System_Int32_" data-uid="CSJ2K.Icc.Lut.LookUpTable32.#ctor(CSJ2K.Icc.Tags.ICCCurveType,System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.Icc.Lut.LookUpTable32.-ctor.html#CSJ2K_Icc_Lut_LookUpTable32__ctor_CSJ2K_Icc_Tags_ICCCurveType_System_Int32_System_Int32_">LookUpTable32(ICCCurveType, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Construct a 16 bit lut from a given curve.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_Icc_Lut_LookUpTable32__ctor_System_Int32_System_Int32_" data-uid="CSJ2K.Icc.Lut.LookUpTable32.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.Icc.Lut.LookUpTable32.-ctor.html#CSJ2K_Icc_Lut_LookUpTable32__ctor_System_Int32_System_Int32_">LookUpTable32(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Construct an empty 32 bit</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_LookUpTable32_dwMaxOutput" data-uid="CSJ2K.Icc.Lut.LookUpTable32.dwMaxOutput">
          <a class="xref" href="CSJ2K.Icc.Lut.LookUpTable32.dwMaxOutput.html">dwMaxOutput</a>
        </td>
        <td class="markdown level1 summary"><p>Maximum output value of the LUT</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_Icc_Lut_LookUpTable32_lut" data-uid="CSJ2K.Icc.Lut.LookUpTable32.lut">
          <a class="xref" href="CSJ2K.Icc.Lut.LookUpTable32.lut.html">lut</a>
        </td>
        <td class="markdown level1 summary"><p>the lut values.</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_LookUpTable32_ToString" data-uid="CSJ2K.Icc.Lut.LookUpTable32.ToString">
          <a class="xref" href="CSJ2K.Icc.Lut.LookUpTable32.ToString.html#CSJ2K_Icc_Lut_LookUpTable32_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Create an abbreviated string representation of a 16 bit lut.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_Icc_Lut_LookUpTable32_createInstance_CSJ2K_Icc_Tags_ICCCurveType_System_Int32_System_Int32_" data-uid="CSJ2K.Icc.Lut.LookUpTable32.createInstance(CSJ2K.Icc.Tags.ICCCurveType,System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.Icc.Lut.LookUpTable32.createInstance.html#CSJ2K_Icc_Lut_LookUpTable32_createInstance_CSJ2K_Icc_Tags_ICCCurveType_System_Int32_System_Int32_">createInstance(ICCCurveType, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Factory method for getting a 32 bit lut from a given curve.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_Icc_Lut_LookUpTable32_elementAt_System_Int32_" data-uid="CSJ2K.Icc.Lut.LookUpTable32.elementAt(System.Int32)">
          <a class="xref" href="CSJ2K.Icc.Lut.LookUpTable32.elementAt.html#CSJ2K_Icc_Lut_LookUpTable32_elementAt_System_Int32_">elementAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>lut accessor</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_Icc_Lut_LookUpTable32_toStringWholeLut" data-uid="CSJ2K.Icc.Lut.LookUpTable32.toStringWholeLut">
          <a class="xref" href="CSJ2K.Icc.Lut.LookUpTable32.toStringWholeLut.html#CSJ2K_Icc_Lut_LookUpTable32_toStringWholeLut">toStringWholeLut()</a>
        </td>
        <td class="markdown level1 summary"><p>Create the string representation of a 32 bit lut.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
