# GrapeCity.Documents.Imaging.Windows.WicDitherType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Imaging_Windows_WicDitherType" data-uid="GrapeCity.Documents.Imaging.Windows.WicDitherType" class="text-break">WicDitherType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of dither algorithm to apply when converting between pixel formats.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Imaging.Windows.html">GrapeCity.Documents.Imaging.Windows</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.Windows.dll</h6>
  <h5 id="GrapeCity_Documents_Imaging_Windows_WicDitherType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum WicDitherType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum WicDitherType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_WicDitherType_DualSpiral4x4">DualSpiral4x4</td>
        <td><p>A 4x4 dual spiral dither algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_WicDitherType_DualSpiral8x8">DualSpiral8x8</td>
        <td><p>An 8x8 dual spiral dither algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_WicDitherType_ErrorDiffusion">ErrorDiffusion</td>
        <td><p>An error diffusion algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_WicDitherType_None">None</td>
        <td><p>A solid color algorithm without dither.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_WicDitherType_Ordered16x16">Ordered16x16</td>
        <td><p>A 16x16 ordered dither algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_WicDitherType_Ordered4x4">Ordered4x4</td>
        <td><p>A 4x4 ordered dither algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_WicDitherType_Ordered8x8">Ordered8x8</td>
        <td><p>An 8x8 ordered dither algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_WicDitherType_Solid">Solid</td>
        <td><p>A solid color algorithm without dither.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_WicDitherType_Spiral4x4">Spiral4x4</td>
        <td><p>A 4x4 spiral dither algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_WicDitherType_Spiral8x8">Spiral8x8</td>
        <td><p>An 8x8 spiral dither algorithm.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
