EmfPlusHueSaturationLightnessEffect Class
Contents
[
Hide
]Summary: The HueSaturationLightnessEffect object specifies adjustments to the hue, saturation, and lightness of an image.
Module: aspose.imaging.fileformats.emf.emfplus.objects
Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusHueSaturationLightnessEffect
Inheritance: EmfPlusImageEffectsObjectType
Constructors
Name | Description |
---|---|
EmfPlusHueSaturationLightnessEffect() | Initializes a new instance of the EmfPlusHueSaturationLightnessEffect class |
Properties
Name | Type | Access | Description |
---|---|---|---|
hue_level | int | r/w | 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. |
lightness_level | int | r/w | 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. |
saturation_level | int | r/w | 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. |
Constructor: EmfPlusHueSaturationLightnessEffect()
EmfPlusHueSaturationLightnessEffect()
Initializes a new instance of the EmfPlusHueSaturationLightnessEffect class