Package | Description |
---|---|
com.aspose.imaging.fileformats.emf.emfplus.objects |
The package contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensions
2.2 EMF+ Objects.
|
com.aspose.imaging.fileformats.emf.emfplus.records |
The package contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensions
2.3 EMF+ Records
|
Modifier and Type | Class and Description |
---|---|
class |
EmfPlusBlurEffect
The BlurEffect object specifies a decrease in the difference in intensity between pixels in an image.
|
class |
EmfPlusBrightnessContrastEffect
The BrightnessContrastEffect object specifies an expansion or contraction of the lightest and darkest areas of an image.
|
class |
EmfPlusColorBalanceEffect
The ColorBalanceEffect object specifies adjustments to the relative amounts of red, green, and blue in an image.
|
class |
EmfPlusColorCurveEffect
The ColorCurveEffect object specifies one of eight adjustments to the color curve of an image.
|
class |
EmfPlusColorLookupTableEffect
The ColorLookupTableEffect object specifies adjustments to the colors in an image.
|
class |
EmfPlusColorMatrixEffect
The ColorMatrixEffect object specifies an affine transform to be applied to an image.
|
class |
EmfPlusHueSaturationLightnessEffect
The HueSaturationLightnessEffect object specifies adjustments to the hue, saturation, and lightness of an image.
|
class |
EmfPlusLevelsEffect
The LevelsEffect object specifies adjustments to the highlights, midtones, and shadows of an image.
|
class |
EmfPlusRedEyeCorrectionEffect
The RedEyeCorrectionEffect object specifies areas of an image to which a red-eye correction is applied.
|
class |
EmfPlusSharpenEffect
The SharpenEffect object specifies an increase in the difference in intensity between pixels in an image.
|
class |
EmfPlusTintEffect
The TintEffect object specifies an addition of black or white to a specified hue in an image.
|
Modifier and Type | Method and Description |
---|---|
EmfPlusImageEffectsObjectType |
EmfPlusSerializableObject.getImageEffect()
Gets or sets the image effect.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfPlusSerializableObject.setImageEffect(EmfPlusImageEffectsObjectType value)
Gets or sets the image effect.
|