# GrapeCity.Documents.Word.HslEffect

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_HslEffect" data-uid="GrapeCity.Documents.Word.HslEffect" class="text-break">HslEffect Class
</h1>
  <div class="markdown level0 summary"><p>Represents a hue/saturation/luminance effect.</p>
<p>The hue, saturation, and luminance can each be adjusted relative to its current value.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Word.FormattingBag.html">FormattingBag</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.ImageEffect.html">ImageEffect</a></div>
    <div class="level3"><span class="xref">HslEffect</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_HslEffect_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class HslEffect : ImageEffect</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class HslEffect
    Inherits ImageEffect</code></pre>
  </div>
  <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="GrapeCity_Documents_Word_HslEffect_Hue" data-uid="GrapeCity.Documents.Word.HslEffect.Hue">
          <a class="xref" href="GrapeCity.Documents.Word.HslEffect.Hue.html#GrapeCity_Documents_Word_HslEffect_Hue">Hue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of degrees by which the hue is adjusted.</p>
<p>Allowed values are from <b>0</b> to <b>359.9</b>, inclusive.</p>
<p>The default is <b>0</b>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HslEffect_Luminance" data-uid="GrapeCity.Documents.Word.HslEffect.Luminance">
          <a class="xref" href="GrapeCity.Documents.Word.HslEffect.Luminance.html#GrapeCity_Documents_Word_HslEffect_Luminance">Luminance</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value by which the luminance is adjusted.</p>
<p>Allowed values are from <b>-1</b> to <b>1</b>, inclusive.</p>
<p>The default is <b>0</b>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HslEffect_Saturation" data-uid="GrapeCity.Documents.Word.HslEffect.Saturation">
          <a class="xref" href="GrapeCity.Documents.Word.HslEffect.Saturation.html#GrapeCity_Documents_Word_HslEffect_Saturation">Saturation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value by which the saturation is adjusted.</p>
<p>Allowed values are from <b>-1</b> to <b>1</b>, inclusive.</p>
<p>The default is <b>0</b>.</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="GrapeCity_Documents_Word_HslEffect_Equals_GrapeCity_Documents_Word_HslEffect_" data-uid="GrapeCity.Documents.Word.HslEffect.Equals(GrapeCity.Documents.Word.HslEffect)">
          <a class="xref" href="GrapeCity.Documents.Word.HslEffect.Equals.html#GrapeCity_Documents_Word_HslEffect_Equals_GrapeCity_Documents_Word_HslEffect_">Equals(HslEffect)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HslEffect_Equals_System_Object_" data-uid="GrapeCity.Documents.Word.HslEffect.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Word.HslEffect.Equals.html#GrapeCity_Documents_Word_HslEffect_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HslEffect_GetHashCode" data-uid="GrapeCity.Documents.Word.HslEffect.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Word.HslEffect.GetHashCode.html#GrapeCity_Documents_Word_HslEffect_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
