# CSJ2K.Icc.Lut.LookUpTable32LinearSRGBtoSRGB.createInstance

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="CSJ2K_Icc_Lut_LookUpTable32LinearSRGBtoSRGB_createInstance_" data-uid="CSJ2K.Icc.Lut.LookUpTable32LinearSRGBtoSRGB.createInstance*">createInstance Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="CSJ2K_Icc_Lut_LookUpTable32LinearSRGBtoSRGB_createInstance_" data-uid="CSJ2K.Icc.Lut.LookUpTable32LinearSRGBtoSRGB.createInstance*"></a>
<h4 id="CSJ2K_Icc_Lut_LookUpTable32LinearSRGBtoSRGB_createInstance_System_Int32_System_Int32_System_Double_System_Double_System_Double_System_Double_System_Double_" data-uid="CSJ2K.Icc.Lut.LookUpTable32LinearSRGBtoSRGB.createInstance(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double,System.Double)">createInstance(int, int, double, double, double, double, double)</h4>
<div class="markdown level1 summary"><p>Factory method for creating the lut.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static LookUpTable32LinearSRGBtoSRGB createInstance(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">Public Shared Function createInstance(inMax As Integer, outMax As Integer, shadowCutoff As Double, shadowSlope As Double, scaleAfterExp As Double, exponent As Double, reduceAfterExp As Double) As LookUpTable32LinearSRGBtoSRGB</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>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="CSJ2K.Icc.Lut.LookUpTable32LinearSRGBtoSRGB.html">LookUpTable32LinearSRGBtoSRGB</a></td>
      <td><p>the lut</p>
</td>
    </tr>
  </tbody>
</table>
</div>
