[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.HslEffect

HslEffect Class

Represents a hue/saturation/luminance effect.

The hue, saturation, and luminance can each be adjusted relative to its current value.

Inheritance
HslEffect
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class HslEffect : ImageEffect
Public Class HslEffect
    Inherits ImageEffect

Properties

Name Description
Hue

Gets or sets the number of degrees by which the hue is adjusted.

Allowed values are from 0 to 359.9, inclusive.

The default is 0.

Luminance

Gets or sets the value by which the luminance is adjusted.

Allowed values are from -1 to 1, inclusive.

The default is 0.

Saturation

Gets or sets the value by which the saturation is adjusted.

Allowed values are from -1 to 1, inclusive.

The default is 0.

Methods