# C1.Win.Bitmap.PaletteColor.op_Explicit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Bitmap_PaletteColor_op_Explicit_" data-uid="C1.Win.Bitmap.PaletteColor.op_Explicit*">explicit operator Operator
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Bitmap_PaletteColor_op_Explicit_" data-uid="C1.Win.Bitmap.PaletteColor.op_Explicit*"></a>
<h4 id="C1_Win_Bitmap_PaletteColor_op_Explicit_C1_Win_Bitmap_PaletteColor__C1_Util_DX_ColorF" data-uid="C1.Win.Bitmap.PaletteColor.op_Explicit(C1.Win.Bitmap.PaletteColor)~C1.Util.DX.ColorF">explicit operator ColorF(PaletteColor)</h4>
<div class="markdown level1 summary"><p>Performs an explicit conversion from <a class="xref" href="C1.Win.Bitmap.PaletteColor.html">PaletteColor</a> to C1.Util.DX.ColorF.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator ColorF(PaletteColor value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(value As PaletteColor) As ColorF</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Win.Bitmap.PaletteColor.html">PaletteColor</a></td>
      <td><span class="parametername">value</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../C1.Win.DX.4.8/C1.Util.DX.ColorF.html">ColorF</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_Bitmap_PaletteColor_op_Explicit_" data-uid="C1.Win.Bitmap.PaletteColor.op_Explicit*"></a>
<h4 id="C1_Win_Bitmap_PaletteColor_op_Explicit_C1_Win_Bitmap_PaletteColor__System_Drawing_Color" data-uid="C1.Win.Bitmap.PaletteColor.op_Explicit(C1.Win.Bitmap.PaletteColor)~System.Drawing.Color">explicit operator Color(PaletteColor)</h4>
<div class="markdown level1 summary"><p>Performs an explicit conversion from <a class="xref" href="C1.Win.Bitmap.PaletteColor.html">PaletteColor</a> to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator Color(PaletteColor value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(value As PaletteColor) As Color</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Win.Bitmap.PaletteColor.html">PaletteColor</a></td>
      <td><span class="parametername">value</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_Bitmap_PaletteColor_op_Explicit_" data-uid="C1.Win.Bitmap.PaletteColor.op_Explicit*"></a>
<h4 id="C1_Win_Bitmap_PaletteColor_op_Explicit_C1_Util_DX_ColorF__C1_Win_Bitmap_PaletteColor" data-uid="C1.Win.Bitmap.PaletteColor.op_Explicit(C1.Util.DX.ColorF)~C1.Win.Bitmap.PaletteColor">explicit operator PaletteColor(ColorF)</h4>
<div class="markdown level1 summary"><p>Performs an explicit conversion from <a class="xref" href="../C1.Win.DX.4.8/C1.Util.DX.ColorF.html">ColorF</a> to <a class="xref" href="C1.Win.Bitmap.PaletteColor.html">PaletteColor</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator PaletteColor(ColorF color)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(color As ColorF) As PaletteColor</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../C1.Win.DX.4.8/C1.Util.DX.ColorF.html">ColorF</a></td>
      <td><span class="parametername">color</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Win.Bitmap.PaletteColor.html">PaletteColor</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_Bitmap_PaletteColor_op_Explicit_" data-uid="C1.Win.Bitmap.PaletteColor.op_Explicit*"></a>
<h4 id="C1_Win_Bitmap_PaletteColor_op_Explicit_System_Drawing_Color__C1_Win_Bitmap_PaletteColor" data-uid="C1.Win.Bitmap.PaletteColor.op_Explicit(System.Drawing.Color)~C1.Win.Bitmap.PaletteColor">explicit operator PaletteColor(Color)</h4>
<div class="markdown level1 summary"><p>Performs an explicit conversion from <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> to <a class="xref" href="C1.Win.Bitmap.PaletteColor.html">PaletteColor</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator PaletteColor(Color color)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(color As Color) As PaletteColor</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Win.Bitmap.PaletteColor.html">PaletteColor</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
