[]
Represents a hue/saturation/luminance effect.
The hue, saturation, and luminance can each be adjusted relative to its current value.
public class HslEffect : ImageEffect
Public Class HslEffect
Inherits ImageEffect
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. |
Name | Description |
---|---|
Equals(HslEffect) | |
Equals(object) | |
GetHashCode() |