# C1.WPF.Bitmap.DitherType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Bitmap_DitherType" data-uid="C1.WPF.Bitmap.DitherType" class="text-break">DitherType 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="C1.WPF.Bitmap.html">C1.WPF.Bitmap</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Bitmap.4.6.2.dll</h6>
  <h5 id="C1_WPF_Bitmap_DitherType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DitherType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DitherType</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="C1_WPF_Bitmap_DitherType_DualSpiral4x4">DualSpiral4x4</td>
        <td><p>A 4x4 dual spiral dither algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_DitherType_DualSpiral8x8">DualSpiral8x8</td>
        <td><p>An 8x8 dual spiral dither algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_DitherType_ErrorDiffusion">ErrorDiffusion</td>
        <td><p>An error diffusion algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_DitherType_None">None</td>
        <td><p>A solid color algorithm without dither.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_DitherType_Ordered16x16">Ordered16x16</td>
        <td><p>A 16x16 ordered dither algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_DitherType_Ordered4x4">Ordered4x4</td>
        <td><p>A 4x4 ordered dither algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_DitherType_Ordered8x8">Ordered8x8</td>
        <td><p>An 8x8 ordered dither algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_DitherType_Solid">Solid</td>
        <td><p>A solid color algorithm without dither.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_DitherType_Spiral4x4">Spiral4x4</td>
        <td><p>A 4x4 spiral dither algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_DitherType_Spiral8x8">Spiral8x8</td>
        <td><p>An 8x8 spiral dither algorithm.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
