[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.HslEffect

Class HslEffect

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a hue/saturation/luminance effect.

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

public class HslEffect : ImageEffect
Inheritance
object
HslEffect
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Properties

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.

public float Hue { get; set; }

Property Value

float

Luminance

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

Allowed values are from -1 to 1, inclusive.

The default is 0.

public float Luminance { get; set; }

Property Value

float

Saturation

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

Allowed values are from -1 to 1, inclusive.

The default is 0.

public float Saturation { get; set; }

Property Value

float

Methods

Equals(HslEffect)

protected bool Equals(HslEffect other)

Parameters

other HslEffect

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int