# GrapeCity.Documents.Word.ImageData.RecolorDark

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_ImageData_RecolorDark_" data-uid="GrapeCity.Documents.Word.ImageData.RecolorDark*">RecolorDark Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_ImageData_RecolorDark_" data-uid="GrapeCity.Documents.Word.ImageData.RecolorDark*"></a>
<h4 id="GrapeCity_Documents_Word_ImageData_RecolorDark_GrapeCity_Documents_Word_UserColor_" data-uid="GrapeCity.Documents.Word.ImageData.RecolorDark(GrapeCity.Documents.Word.UserColor)">RecolorDark(UserColor)</h4>
<div class="markdown level1 summary"><p>Changes the color of the image.</p>
<p>For each pixel, combines black color and specified <code class="paramref">color</code> using a linear interpolation.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void RecolorDark(UserColor color)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub RecolorDark(color As UserColor)</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="GrapeCity.Documents.Word.UserColor.html">UserColor</a></td>
      <td><span class="parametername">color</span></td>
      <td><p>The user color to transform and combine with black.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
