[]
Represents a hue/saturation/luminance effect.
The hue, saturation, and luminance can each be adjusted relative to its current value.
public class HslEffect : ImageEffect
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; }
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; }
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; }
protected bool Equals(HslEffect other)
other
HslEffectpublic override bool Equals(object obj)
obj
objectpublic override int GetHashCode()