# GrapeCity.Documents.Imaging.Windows.PaletteColor.op_Explicit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Imaging_Windows_PaletteColor_op_Explicit_" data-uid="GrapeCity.Documents.Imaging.Windows.PaletteColor.op_Explicit*">explicit operator Operator
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Imaging_Windows_PaletteColor_op_Explicit_" data-uid="GrapeCity.Documents.Imaging.Windows.PaletteColor.op_Explicit*"></a>
<h4 id="GrapeCity_Documents_Imaging_Windows_PaletteColor_op_Explicit_GrapeCity_Documents_Imaging_Windows_PaletteColor__GrapeCity_Documents_DX_ColorF" data-uid="GrapeCity.Documents.Imaging.Windows.PaletteColor.op_Explicit(GrapeCity.Documents.Imaging.Windows.PaletteColor)~GrapeCity.Documents.DX.ColorF">explicit operator ColorF(PaletteColor)</h4>
<div class="markdown level1 summary"><p>Performs an explicit conversion from <a class="xref" href="GrapeCity.Documents.Imaging.Windows.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="GrapeCity.Documents.Imaging.Windows.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><span class="xref">ColorF</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Imaging_Windows_PaletteColor_op_Explicit_" data-uid="GrapeCity.Documents.Imaging.Windows.PaletteColor.op_Explicit*"></a>
<h4 id="GrapeCity_Documents_Imaging_Windows_PaletteColor_op_Explicit_GrapeCity_Documents_Imaging_Windows_PaletteColor__System_Drawing_Color" data-uid="GrapeCity.Documents.Imaging.Windows.PaletteColor.op_Explicit(GrapeCity.Documents.Imaging.Windows.PaletteColor)~System.Drawing.Color">explicit operator Color(PaletteColor)</h4>
<div class="markdown level1 summary"><p>Performs an explicit conversion from <a class="xref" href="GrapeCity.Documents.Imaging.Windows.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="GrapeCity.Documents.Imaging.Windows.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="GrapeCity_Documents_Imaging_Windows_PaletteColor_op_Explicit_" data-uid="GrapeCity.Documents.Imaging.Windows.PaletteColor.op_Explicit*"></a>
<h4 id="GrapeCity_Documents_Imaging_Windows_PaletteColor_op_Explicit_GrapeCity_Documents_DX_ColorF__GrapeCity_Documents_Imaging_Windows_PaletteColor" data-uid="GrapeCity.Documents.Imaging.Windows.PaletteColor.op_Explicit(GrapeCity.Documents.DX.ColorF)~GrapeCity.Documents.Imaging.Windows.PaletteColor">explicit operator PaletteColor(ColorF)</h4>
<div class="markdown level1 summary"><p>Performs an explicit conversion from <span class="xref">GrapeCity.Documents.DX.ColorF</span> to <a class="xref" href="GrapeCity.Documents.Imaging.Windows.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><span class="xref">ColorF</span></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="GrapeCity.Documents.Imaging.Windows.PaletteColor.html">PaletteColor</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Imaging_Windows_PaletteColor_op_Explicit_" data-uid="GrapeCity.Documents.Imaging.Windows.PaletteColor.op_Explicit*"></a>
<h4 id="GrapeCity_Documents_Imaging_Windows_PaletteColor_op_Explicit_System_Drawing_Color__GrapeCity_Documents_Imaging_Windows_PaletteColor" data-uid="GrapeCity.Documents.Imaging.Windows.PaletteColor.op_Explicit(System.Drawing.Color)~GrapeCity.Documents.Imaging.Windows.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="GrapeCity.Documents.Imaging.Windows.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="GrapeCity.Documents.Imaging.Windows.PaletteColor.html">PaletteColor</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
