AdjustHsl Class

Adjusts an image in HSL color space.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public sealed class AdjustHsl : MaskTransform

Remarks

This transform supports the Hue, Saturation, and Lightness settings. The specified values are added to appropriate components in HSL color space to each pixel.

Inheritance Hierarchy

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference