# GrapeCity.Documents.Imaging.DitheringMethod

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Imaging_DitheringMethod" data-uid="GrapeCity.Documents.Imaging.DitheringMethod" class="text-break">DitheringMethod Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the method of two-dimensional error diffusion dithering.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Imaging.html">GrapeCity.Documents.Imaging</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Imaging_DitheringMethod_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DitheringMethod</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DitheringMethod</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_DitheringMethod_Atkinson">Atkinson</td>
        <td><p>Bill Atkinson's formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_DitheringMethod_Burkes">Burkes</td>
        <td><p>Burkes dithering.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_DitheringMethod_FloydSteinberg">FloydSteinberg</td>
        <td><p>Floyd-Steinberg dithering.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_DitheringMethod_JarvisJudiceNinke">JarvisJudiceNinke</td>
        <td><p>Jarvis, Judice, and Ninke filter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_DitheringMethod_NoDithering">NoDithering</td>
        <td><p>Don't spread the error to neighbor pixels.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_DitheringMethod_Sierra">Sierra</td>
        <td><p>Frankie Sierra's dithering algorithm (sometimes called Sierra-3).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_DitheringMethod_SierraLite">SierraLite</td>
        <td><p>Sierra Lite dithering.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_DitheringMethod_Stucki">Stucki</td>
        <td><p>Stucki dithering.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_DitheringMethod_TwoRowSierra">TwoRowSierra</td>
        <td><p>Simplified two-row Sierra algorithm.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
