# C1.Util.DX.WIC.NamedWhitePoint

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Util_DX_WIC_NamedWhitePoint" data-uid="C1.Util.DX.WIC.NamedWhitePoint" class="text-break">NamedWhitePoint Enum
</h1>
  <div class="markdown level0 summary"><p>WICNamedWhitePoint</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.Win.DX.4.8.dll</h6>
  <h5 id="C1_Util_DX_WIC_NamedWhitePoint_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum NamedWhitePoint</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum NamedWhitePoint</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_NamedWhitePoint_AsShot">AsShot</td>
        <td><p>WICWhitePointAsShot</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_NamedWhitePoint_AutoWhiteBalance">AutoWhiteBalance</td>
        <td><p>WICWhitePointAutoWhiteBalance</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_NamedWhitePoint_Cloudy">Cloudy</td>
        <td><p>WICWhitePointCloudy</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_NamedWhitePoint_Custom">Custom</td>
        <td><p>WICWhitePointCustom</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_NamedWhitePoint_Daylight">Daylight</td>
        <td><p>WICWhitePointDaylight</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_NamedWhitePoint_Default">Default</td>
        <td><p>WICWhitePointDefault</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_NamedWhitePoint_Flash">Flash</td>
        <td><p>WICWhitePointFlash</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_NamedWhitePoint_Fluorescent">Fluorescent</td>
        <td><p>WICWhitePointFluorescent</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_NamedWhitePoint_Shade">Shade</td>
        <td><p>WICWhitePointShade</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_NamedWhitePoint_Tungsten">Tungsten</td>
        <td><p>WICWhitePointTungsten</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_NamedWhitePoint_Underwater">Underwater</td>
        <td><p>WICWhitePointUnderwater</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
