# CSJ2K.Icc.Lut.LookUpTable8.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="CSJ2K_Icc_Lut_LookUpTable8__ctor_" data-uid="CSJ2K.Icc.Lut.LookUpTable8.#ctor*">LookUpTable8 Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="CSJ2K_Icc_Lut_LookUpTable8__ctor_" data-uid="CSJ2K.Icc.Lut.LookUpTable8.#ctor*"></a>
<h4 id="CSJ2K_Icc_Lut_LookUpTable8__ctor_System_Int32_System_Byte_" data-uid="CSJ2K.Icc.Lut.LookUpTable8.#ctor(System.Int32,System.Byte)">LookUpTable8(int, byte)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected LookUpTable8(int dwNumInput, byte dwMaxOutput)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Sub New(dwNumInput As Integer, dwMaxOutput As Byte)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">dwNumInput</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a></td>
      <td><span class="parametername">dwMaxOutput</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="CSJ2K_Icc_Lut_LookUpTable8__ctor_" data-uid="CSJ2K.Icc.Lut.LookUpTable8.#ctor*"></a>
<h4 id="CSJ2K_Icc_Lut_LookUpTable8__ctor_CSJ2K_Icc_Tags_ICCCurveType_System_Int32_System_Byte_" data-uid="CSJ2K.Icc.Lut.LookUpTable8.#ctor(CSJ2K.Icc.Tags.ICCCurveType,System.Int32,System.Byte)">LookUpTable8(ICCCurveType, int, byte)</h4>
<div class="markdown level1 summary"><p>Create the string representation of a 16 bit lut.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected LookUpTable8(ICCCurveType curve, int dwNumInput, byte dwMaxOutput)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Sub New(curve As ICCCurveType, dwNumInput As Integer, dwMaxOutput As Byte)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="CSJ2K.Icc.Tags.ICCCurveType.html">ICCCurveType</a></td>
      <td><span class="parametername">curve</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">dwNumInput</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a></td>
      <td><span class="parametername">dwMaxOutput</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
