SaturationLightnessEffect Members
The SaturationLightnessEffect type exposes the following members.
| Name | Description | |
|---|---|---|
|
SaturationLightnessEffect |
Creates and initializes a new SaturationLightnessEffect with default values.
|
|
SaturationLightnessEffect(IImageProvider) |
Creates and initializes a new SaturationLightnessEffect that uses the provided image source.
|
|
SaturationLightnessEffect(Curve, Curve) |
Creates and initializes a new SaturationLightnessEffect with a saturation and a lightness curve.
|
|
SaturationLightnessEffect(IImageProvider, Curve, Curve) |
Creates and initializes a new SaturationLightnessEffect with image source a saturation and a lightness curve.
|
| 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.
|
| Name | Description | |
|---|---|---|
|
AsAnimationFrame |
Returns an AnimationFrame with the specified IImageProvider as its source and the specified frame duration.
(Defined by ImageProviderExtensions.) |
|
Then(Of TImageConsumer) |
Enables a fluid way of chaining multiple IImageProvider objects and IImageConsumer objects. (Defined by ImageProviderExtensions.) |
| Name | Description | |
|---|---|---|
|
LightnessCurve |
Curve for the lightness. The x-axis refers to the current lightness values and the matching y-axis values will become the new lightness values.
The x-axis has a range [0, 255]. Acceptable y-values are in the range [0, 255].
Set to null if lightness should not be adjusted.
Default is null.
|
|
SaturationCurve |
Curve for the saturation. The x-axis refers to the current saturation values and the matching y-axis values will become the new saturation values.
The x-axis has a range [0, 255]. Acceptable y-values are in the range [0, 255].
Set to null if saturation should not be adjusted.
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: