# CSJ2K.Icc.Lut.LookUpTable32LinearSRGBtoSRGB.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="CSJ2K_Icc_Lut_LookUpTable32LinearSRGBtoSRGB__ctor_" data-uid="CSJ2K.Icc.Lut.LookUpTable32LinearSRGBtoSRGB.#ctor*">LookUpTable32LinearSRGBtoSRGB Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="CSJ2K_Icc_Lut_LookUpTable32LinearSRGBtoSRGB__ctor_" data-uid="CSJ2K.Icc.Lut.LookUpTable32LinearSRGBtoSRGB.#ctor*"></a>
<h4 id="CSJ2K_Icc_Lut_LookUpTable32LinearSRGBtoSRGB__ctor_System_Int32_System_Int32_System_Double_System_Double_System_Double_System_Double_System_Double_" data-uid="CSJ2K.Icc.Lut.LookUpTable32LinearSRGBtoSRGB.#ctor(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Double)">LookUpTable32LinearSRGBtoSRGB(int, int, double, double, double, double, double)</h4>
<div class="markdown level1 summary"><p>Construct the lut</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected LookUpTable32LinearSRGBtoSRGB(int inMax, int outMax, double shadowCutoff, double shadowSlope, double scaleAfterExp, double exponent, double reduceAfterExp)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Sub New(inMax As Integer, outMax As Integer, shadowCutoff As Double, shadowSlope As Double, scaleAfterExp As Double, exponent As Double, reduceAfterExp As Double)</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">inMax</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">outMax</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">shadowCutoff</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">shadowSlope</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">scaleAfterExp</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">exponent</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">reduceAfterExp</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
