# C1.Util.DX.WIC.BitmapDitherType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Util_DX_WIC_BitmapDitherType" data-uid="C1.Util.DX.WIC.BitmapDitherType" class="text-break">BitmapDitherType Enum
</h1>
  <div class="markdown level0 summary"><p>WICBitmapDitherType</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.WIC.html">C1.Util.DX.WIC</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.DX.4.6.2.dll</h6>
  <h5 id="C1_Util_DX_WIC_BitmapDitherType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BitmapDitherType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum BitmapDitherType</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_Util_DX_WIC_BitmapDitherType_DualSpiral4x4">DualSpiral4x4</td>
        <td><p>WICBitmapDitherTypeDualSpiral4x4</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_BitmapDitherType_DualSpiral8x8">DualSpiral8x8</td>
        <td><p>WICBitmapDitherTypeDualSpiral8x8</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_BitmapDitherType_ErrorDiffusion">ErrorDiffusion</td>
        <td><p>WICBitmapDitherTypeErrorDiffusion</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_BitmapDitherType_None">None</td>
        <td><p>WICBitmapDitherTypeNone</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_BitmapDitherType_Ordered16x16">Ordered16x16</td>
        <td><p>WICBitmapDitherTypeOrdered16x16</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_BitmapDitherType_Ordered4x4">Ordered4x4</td>
        <td><p>WICBitmapDitherTypeOrdered4x4</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_BitmapDitherType_Ordered8x8">Ordered8x8</td>
        <td><p>WICBitmapDitherTypeOrdered8x8</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_BitmapDitherType_Solid">Solid</td>
        <td><p>WICBitmapDitherTypeSolid</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_BitmapDitherType_Spiral4x4">Spiral4x4</td>
        <td><p>WICBitmapDitherTypeSpiral4x4</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_BitmapDitherType_Spiral8x8">Spiral8x8</td>
        <td><p>WICBitmapDitherTypeSpiral8x8</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
