# CSJ2K.Icc.Lut.LookUpTableFP

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_Icc_Lut_LookUpTableFP" data-uid="CSJ2K.Icc.Lut.LookUpTableFP" class="text-break">LookUpTableFP Class
</h1>
  <div class="markdown level0 summary"><p>Toplevel class for a float [] 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">LookUpTableFP</span></div>
      <div class="level3"><a class="xref" href="CSJ2K.Icc.Lut.LookUpTableFPGamma.html">LookUpTableFPGamma</a></div>
      <div class="level3"><a class="xref" href="CSJ2K.Icc.Lut.LookUpTableFPInterp.html">LookUpTableFPInterp</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_LookUpTableFP_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class LookUpTableFP : LookUpTable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class LookUpTableFP
    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_LookUpTableFP__ctor_CSJ2K_Icc_Tags_ICCCurveType_System_Int32_" data-uid="CSJ2K.Icc.Lut.LookUpTableFP.#ctor(CSJ2K.Icc.Tags.ICCCurveType,System.Int32)">
          <a class="xref" href="CSJ2K.Icc.Lut.LookUpTableFP.-ctor.html#CSJ2K_Icc_Lut_LookUpTableFP__ctor_CSJ2K_Icc_Tags_ICCCurveType_System_Int32_">LookUpTableFP(ICCCurveType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Construct an empty lut</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_LookUpTableFP_lut" data-uid="CSJ2K.Icc.Lut.LookUpTableFP.lut">
          <a class="xref" href="CSJ2K.Icc.Lut.LookUpTableFP.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_LookUpTableFP_createInstance_CSJ2K_Icc_Tags_ICCCurveType_System_Int32_" data-uid="CSJ2K.Icc.Lut.LookUpTableFP.createInstance(CSJ2K.Icc.Tags.ICCCurveType,System.Int32)">
          <a class="xref" href="CSJ2K.Icc.Lut.LookUpTableFP.createInstance.html#CSJ2K_Icc_Lut_LookUpTableFP_createInstance_CSJ2K_Icc_Tags_ICCCurveType_System_Int32_">createInstance(ICCCurveType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Factory method for getting a lut from a given curve.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_Icc_Lut_LookUpTableFP_elementAt_System_Int32_" data-uid="CSJ2K.Icc.Lut.LookUpTableFP.elementAt(System.Int32)">
          <a class="xref" href="CSJ2K.Icc.Lut.LookUpTableFP.elementAt.html#CSJ2K_Icc_Lut_LookUpTableFP_elementAt_System_Int32_">elementAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>lut accessor</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
