# CSJ2K.Icc.Lut.LookUpTable16LinearSRGBtoSRGB.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="CSJ2K_Icc_Lut_LookUpTable16LinearSRGBtoSRGB__ctor_" data-uid="CSJ2K.Icc.Lut.LookUpTable16LinearSRGBtoSRGB.#ctor*">LookUpTable16LinearSRGBtoSRGB Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="CSJ2K_Icc_Lut_LookUpTable16LinearSRGBtoSRGB__ctor_" data-uid="CSJ2K.Icc.Lut.LookUpTable16LinearSRGBtoSRGB.#ctor*"></a>
<h4 id="CSJ2K_Icc_Lut_LookUpTable16LinearSRGBtoSRGB__ctor_System_Int32_System_Double_System_Int32_System_Double_System_Double_System_Double_" data-uid="CSJ2K.Icc.Lut.LookUpTable16LinearSRGBtoSRGB.#ctor(System.Int32,System.Double,System.Int32,System.Double,System.Double,System.Double)">LookUpTable16LinearSRGBtoSRGB(int, double, int, 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 LookUpTable16LinearSRGBtoSRGB(int wShadowCutoff, double dfShadowSlope, int ksRGBLinearMaxValue, double ksRGB8ScaleAfterExp, double ksRGBExponent, double ksRGB8ReduceAfterExp)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Sub New(wShadowCutoff As Integer, dfShadowSlope As Double, ksRGBLinearMaxValue As Integer, ksRGB8ScaleAfterExp As Double, ksRGBExponent As Double, ksRGB8ReduceAfterExp 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">wShadowCutoff</span></td>
      <td><p>size of shadow region</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">dfShadowSlope</span></td>
      <td><p>shadow region parameter</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">ksRGBLinearMaxValue</span></td>
      <td><p>size of lut</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">ksRGB8ScaleAfterExp</span></td>
      <td><p>post shadow region parameter</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">ksRGBExponent</span></td>
      <td><p>post shadow region parameter</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">ksRGB8ReduceAfterExp</span></td>
      <td><p>post shadow region parameter</p>
</td>
    </tr>
  </tbody>
</table>
</div>
