# C1.Util.DX.Direct3D11.BlendStateDescription

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_Direct3D11_BlendStateDescription" data-uid="C1.Util.DX.Direct3D11.BlendStateDescription" class="text-break">BlendStateDescription Struct
</h1>
  <div class="markdown level0 summary"><p>D3D11_BLEND_DESC</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.Direct3D11.html">C1.Util.DX.Direct3D11</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DX.10.dll</h6>
  <h5 id="C1_Util_DX_Direct3D11_BlendStateDescription_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct BlendStateDescription</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure BlendStateDescription</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>
    <tbody>
      <tr>
        <td id="C1_Util_DX_Direct3D11_BlendStateDescription_AlphaToCoverageEnable" data-uid="C1.Util.DX.Direct3D11.BlendStateDescription.AlphaToCoverageEnable">
          <a class="xref" href="C1.Util.DX.Direct3D11.BlendStateDescription.AlphaToCoverageEnable.html">AlphaToCoverageEnable</a>
        </td>
        <td class="markdown level1 summary"><p>BOOL AlphaToCoverageEnable</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_BlendStateDescription_IndependentBlendEnable" data-uid="C1.Util.DX.Direct3D11.BlendStateDescription.IndependentBlendEnable">
          <a class="xref" href="C1.Util.DX.Direct3D11.BlendStateDescription.IndependentBlendEnable.html">IndependentBlendEnable</a>
        </td>
        <td class="markdown level1 summary"><p>BOOL IndependentBlendEnable</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_Direct3D11_BlendStateDescription_RenderTarget" data-uid="C1.Util.DX.Direct3D11.BlendStateDescription.RenderTarget">
          <a class="xref" href="C1.Util.DX.Direct3D11.BlendStateDescription.RenderTarget.html#C1_Util_DX_Direct3D11_BlendStateDescription_RenderTarget">RenderTarget</a>
        </td>
        <td class="markdown level1 summary"><p>D3D11_RENDER_TARGET_BLEND_DESC RenderTarget[8]</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_Direct3D11_BlendStateDescription_Clone" data-uid="C1.Util.DX.Direct3D11.BlendStateDescription.Clone">
          <a class="xref" href="C1.Util.DX.Direct3D11.BlendStateDescription.Clone.html#C1_Util_DX_Direct3D11_BlendStateDescription_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Clones this instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_BlendStateDescription_Default" data-uid="C1.Util.DX.Direct3D11.BlendStateDescription.Default">
          <a class="xref" href="C1.Util.DX.Direct3D11.BlendStateDescription.Default.html#C1_Util_DX_Direct3D11_BlendStateDescription_Default">Default()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns default values for <a class="xref" href="C1.Util.DX.Direct3D11.BlendStateDescription.html">BlendStateDescription</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
