HueSaturationLightnessFilter Members
Include Protected Members
Include Inherited Members
The HueSaturationLightnessFilter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
HueSaturationLightnessFilter |
Creates and initializes a HueSaturationLightness filter.
|
Methods
Name | Description | |
---|---|---|
![]() |
Apply |
Internal framework method.
|
![]() |
Lock |
Internal framework method.
|
![]() |
PrepareAsync |
Internal framework method.
|
Properties
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.
|