Share via


HueSaturationLightnessEffect Members

Include Protected Members
Include Inherited Members

The HueSaturationLightnessEffect type exposes the following members.

Constructors

  Name Description
Public method HueSaturationLightnessEffect()
Creates and initializes a new Brightness effect with default values.
Public method HueSaturationLightnessEffect(IImageProvider)
Creates and initializes a new Brightness effect with default values.

Methods

  Name Description
Public method Clone
Clone the image provider.
Public method CreateImageWorker
Create a worker that can perform image processing.
Public method GetBitmapAsync
Public method GetInfoAsync
This method is no longer supported and should not be called. See remarks.
Public method GetSources
Public method Lock
Public method PreloadAsync
This method is no longer supported and should not be called. See remarks.
Public method SetSource
Set a source by index.

Extension Methods

  Name Description
Public Extension Method AsAnimationFrame
Returns an AnimationFrame with the specified IImageProvider as its source and the specified frame duration.
(Defined by ImageProviderExtensions.)
Public Extension Method Then<TImageConsumer>
Enables a fluid way of chaining multiple IImageProvider objects and IImageConsumer objects.
(Defined by ImageProviderExtensions.)

Properties

  Name Description
Public property 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.
Public property 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.
Public property 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.
Public property Source
The IImageProvider that will be used as source.
Public property SourceCount
The number of sources that can be set.
Public property SupportedRenderOptions
Supported rendering options.

See Also

HueSaturationLightnessEffect Class

Lumia.Imaging.Adjustments Namespace