HueSaturationLightnessEffect Properties
The HueSaturationLightnessEffect type exposes the following members.
| Name | Description | |
|---|---|---|
|
HueCurve |
Mapping curve for hue. The x-axis refers to original hue, and the y-values describe the new hue.
The x-axis has a range [0, 255] that corresponds to the hue range [0, 359]. Acceptable y-values are in the range [0,510].
Set to null if Hue should not be adjusted.
The default is null.
|
|
LightnessCurve |
Offset curve for lightness. The x-axis refers to hue, and the y-values are signed offsets describing whether to raise or lower the lightness of particular hues.
The x-axis has a range [0, 255] that corresponds to the hue range [0, 359]. Acceptable y-values are in the range [-255,255].
Set to null if Lightness should not be adjusted.
The default is null.
|
|
SaturationCurve |
Offset curve for saturation. The x-axis refers to hue, and the y-values are signed offsets describing whether to raise or lower the saturation of particular hues.
The x-axis has a range [0, 255] that corresponds to the hue range [0, 359]. Acceptable y-values are in the range [-255,255].
Set to null if Saturation should not be adjusted.
The default is null.
|
|
Source |
The IImageProvider that will be used as source.
|
|
SourceCount |
The number of sources that can be set.
|
|
SupportedRenderOptions |
Supported rendering options.
|
Show: