EmfPlusHueSaturationLightnessEffect Class

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

Aspose.Imaging Version: 24.7.0

Constructors

NameDescription
EmfPlusHueSaturationLightnessEffect()Initializes a new instance of the EmfPlusHueSaturationLightnessEffect class

Properties

NameTypeAccessDescription
hue_levelintr/wGets 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_levelintr/wGets 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_levelintr/wGets 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