HueSaturationLightnessEffect Members
Include Protected Members
Include Inherited Members
The HueSaturationLightnessEffect type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HueSaturationLightnessEffect() |
Creates and initializes a new Brightness effect with default values.
|
|
HueSaturationLightnessEffect(IImageProvider) |
Creates and initializes a new Brightness effect with default values.
|
Methods
Name | Description | |
---|---|---|
Clone |
Clone the image provider.
|
|
CreateImageWorker |
Create a worker that can perform image processing.
|
|
GetBitmapAsync | ||
GetInfoAsync |
This method is no longer supported and should not be called. See remarks.
|
|
GetSources | ||
Lock | ||
PreloadAsync |
This method is no longer supported and should not be called. See remarks.
|
|
SetSource |
Set a source by index.
|
Extension Methods
Name | Description | |
---|---|---|
AsAnimationFrame |
Returns an AnimationFrame with the specified IImageProvider as its source and the specified frame duration.
(Defined by ImageProviderExtensions.) |
|
Then<TImageConsumer> |
Enables a fluid way of chaining multiple IImageProvider objects and IImageConsumer objects.
(Defined by ImageProviderExtensions.) |
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.
|
|
Source |
The IImageProvider that will be used as source.
|
|
SourceCount |
The number of sources that can be set.
|
|
SupportedRenderOptions |
Supported rendering options.
|