EmfPlusLevelsEffect Class

Summary: The LevelsEffect object specifies adjustments to the highlights, midtones, and shadows of an image.

Module: aspose.imaging.fileformats.emf.emfplus.objects

Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusLevelsEffect

Inheritance: EmfPlusImageEffectsObjectType

Aspose.Imaging Version: 24.6.0

Constructors

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

Properties

NameTypeAccessDescription
highlightintr/wGets or sets the Specifies how much to lighten the highlights of an image. The color
channel values at the high end of the intensity range are altered more than values near the
middle or low ends, which means an image can be lightened without losing the contrast
between the darker portions of the image.
0 ≤ value < Specifies that highlights with a percent of intensity above this threshold SHOULD
100 be increased.
100 Specifies that highlights MUST NOT change.
mid_toneintr/wGets or sets the Specifies how much to lighten or darken the midtones of an image. Color
channel values in the middle of the intensity range are altered more than values near the high
or low ends, which means an image can be lightened or darkened without losing the contrast
between the darkest and lightest portions of the image.
-100 ≤ value < 0 Specifies that midtones are made darker.
0 Specifies that midtones MUST NOT change.
0 < value ≤ 100 Specifies that midtones are made lighter.
shadowintr/wGets or sets the Specifies how much to darken the shadows of an image. Color channel
values at the low end of the intensity range are altered more than values near the middle or
high ends, which means an image can be darkened without losing the contrast between the
lighter portions of the image.
0 Specifies that shadows MUST NOT change.
0 < value ≤ 100
Specifies that shadows with a percent of intensity below this threshold are made
darker.

Constructor: EmfPlusLevelsEffect()

 EmfPlusLevelsEffect() 

Initializes a new instance of the EmfPlusLevelsEffect class