EmfPlusImageEffectsIdentifiers Class

Summary: The ImageEffects identifiers define standard GUIDs for specifying graphics image effects. These identifiers are used by device drivers to publish their levels of support for these effects. The identifier constants are defined using the GUID curly-braced string representation ([MS-DTYP] section 2.3.4.3).

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

Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusImageEffectsIdentifiers

Aspose.Imaging Version: 24.7.0

Properties

NameTypeAccessDescription
BLUR_EFFECT_GUID [static]stringrSpecifies the blur effect.
BRIGHTNESS_CONTRAST_EFFECT_GUID [static]stringrSpecifies the brightness contrast effect.
COLOR_BALANCE_EFFECT_GUID [static]stringrSpecifies the color balance effect.
COLOR_CURVE_EFFECT_GUID [static]stringrSpecifies the color curve effect.
COLOR_LOOKUP_TABLE_EFFECT_GUID [static]stringrSpecifies the color lookup table effect.
COLOR_MATRIX_EFFECT_GUID [static]stringrSpecifies the color matrix effect.
HUE_SATURATION_LIGHTNESS_EFFECT_GUID [static]stringrSpecifies the hue saturation lightness effect.
LEVELS_EFFECT_GUID [static]stringrSpecifies the levels effect.
RED_EYE_CORRECTION_EFFECT_GUID [static]stringrSpecifies the red-eye correction effect.
SHARPEN_EFFECT_GUID [static]stringrSpecifies the sharpen effect.
TINT_EFFECT_GUID [static]stringrSpecifies the tint effect.

Methods

NameDescription
contain(object_guid)Contains the specified object unique identifier.

Method: contain(object_guid) [static]

 contain(object_guid) 

Contains the specified object unique identifier.

Parameters:

ParameterTypeDescription
object_guidstringThe object unique identifier.

Returns

TypeDescription
boolTrue if contain.