# CSJ2K.Icc.MatrixBasedRestrictedProfile.createInstance

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="CSJ2K_Icc_MatrixBasedRestrictedProfile_createInstance_" data-uid="CSJ2K.Icc.MatrixBasedRestrictedProfile.createInstance*">createInstance Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="CSJ2K_Icc_MatrixBasedRestrictedProfile_createInstance_" data-uid="CSJ2K.Icc.MatrixBasedRestrictedProfile.createInstance*"></a>
<h4 id="CSJ2K_Icc_MatrixBasedRestrictedProfile_createInstance_CSJ2K_Icc_Tags_ICCCurveType_CSJ2K_Icc_Tags_ICCCurveType_CSJ2K_Icc_Tags_ICCCurveType_CSJ2K_Icc_Tags_ICCXYZType_CSJ2K_Icc_Tags_ICCXYZType_CSJ2K_Icc_Tags_ICCXYZType_" data-uid="CSJ2K.Icc.MatrixBasedRestrictedProfile.createInstance(CSJ2K.Icc.Tags.ICCCurveType,CSJ2K.Icc.Tags.ICCCurveType,CSJ2K.Icc.Tags.ICCCurveType,CSJ2K.Icc.Tags.ICCXYZType,CSJ2K.Icc.Tags.ICCXYZType,CSJ2K.Icc.Tags.ICCXYZType)">createInstance(ICCCurveType, ICCCurveType, ICCCurveType, ICCXYZType, ICCXYZType, ICCXYZType)</h4>
<div class="markdown level1 summary"><p>Factory method which returns a 3 component RestrictedICCProfile</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static RestrictedICCProfile createInstance(ICCCurveType rcurve, ICCCurveType gcurve, ICCCurveType bcurve, ICCXYZType rcolorant, ICCXYZType gcolorant, ICCXYZType bcolorant)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function createInstance(rcurve As ICCCurveType, gcurve As ICCCurveType, bcurve As ICCCurveType, rcolorant As ICCXYZType, gcolorant As ICCXYZType, bcolorant As ICCXYZType) As RestrictedICCProfile</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">rcurve</span></td>
      <td><p>Red TRC curve</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="CSJ2K.Icc.Tags.ICCCurveType.html">ICCCurveType</a></td>
      <td><span class="parametername">gcurve</span></td>
      <td><p>Green TRC curve</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="CSJ2K.Icc.Tags.ICCCurveType.html">ICCCurveType</a></td>
      <td><span class="parametername">bcurve</span></td>
      <td><p>Blue TRC curve</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="CSJ2K.Icc.Tags.ICCXYZType.html">ICCXYZType</a></td>
      <td><span class="parametername">rcolorant</span></td>
      <td><p>Red colorant</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="CSJ2K.Icc.Tags.ICCXYZType.html">ICCXYZType</a></td>
      <td><span class="parametername">gcolorant</span></td>
      <td><p>Green colorant</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="CSJ2K.Icc.Tags.ICCXYZType.html">ICCXYZType</a></td>
      <td><span class="parametername">bcolorant</span></td>
      <td><p>Blue colorant</p>
</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.RestrictedICCProfile.html">RestrictedICCProfile</a></td>
      <td><p>the RestrictedICCProfile</p>
</td>
    </tr>
  </tbody>
</table>
</div>
