Class EmfPlusHueSaturationLightnessEffect
Contents
[
Hide
]EmfPlusHueSaturationLightnessEffect class
The HueSaturationLightnessEffect object specifies adjustments to the hue, saturation, and lightness of an image.
public sealed class EmfPlusHueSaturationLightnessEffect : EmfPlusImageEffectsObjectType
Constructors
Name | Description |
---|---|
EmfPlusHueSaturationLightnessEffect() | The default constructor. |
Properties
Name | Description |
---|---|
HueLevel { get; set; } | Gets or sets the Specifies the adjustment to the hue. -180 ≤ value < 0 Negative values specify clockwise rotation on the color wheel. 0 A value of 0 specifies that the hue MUST NOT change. 0 < value ≤ 180 Positive values specify counter-clockwise rotation on the color wheel. |
LightnessLevel { get; set; } | Gets or sets the Specifies the adjustment to the lightness. -100 ≤ value < 0 Negative values specify decreasing lightness. 0 A value of 0 specifies that the lightness MUST NOT change. 0 < value ≤ 100 Positive values specify increasing lightness. |
SaturationLevel { get; set; } | Gets or sets the Specifies the adjustment to the saturation. -100 ≤ value < 0 Negative values specify decreasing saturation. 0 A value of 0 specifies that the saturation MUST NOT change. 0 < value ≤ 100 Positive values specify increasing saturation. |
See Also
- class EmfPlusImageEffectsObjectType
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
- assembly Aspose.Imaging