EmfPlusImageEffectsIdentifiers Class
Contents
[
Hide
]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
Properties
Name | Type | Access | Description |
---|---|---|---|
BLUR_EFFECT_GUID [static] | string | r | Specifies the blur effect. |
BRIGHTNESS_CONTRAST_EFFECT_GUID [static] | string | r | Specifies the brightness contrast effect. |
COLOR_BALANCE_EFFECT_GUID [static] | string | r | Specifies the color balance effect. |
COLOR_CURVE_EFFECT_GUID [static] | string | r | Specifies the color curve effect. |
COLOR_LOOKUP_TABLE_EFFECT_GUID [static] | string | r | Specifies the color lookup table effect. |
COLOR_MATRIX_EFFECT_GUID [static] | string | r | Specifies the color matrix effect. |
HUE_SATURATION_LIGHTNESS_EFFECT_GUID [static] | string | r | Specifies the hue saturation lightness effect. |
LEVELS_EFFECT_GUID [static] | string | r | Specifies the levels effect. |
RED_EYE_CORRECTION_EFFECT_GUID [static] | string | r | Specifies the red-eye correction effect. |
SHARPEN_EFFECT_GUID [static] | string | r | Specifies the sharpen effect. |
TINT_EFFECT_GUID [static] | string | r | Specifies the tint effect. |
Methods
Name | Description |
---|---|
contain(object_guid) | Contains the specified object unique identifier. |
Method: contain(object_guid) [static]
contain(object_guid)
Contains the specified object unique identifier.
Parameters:
Parameter | Type | Description |
---|---|---|
object_guid | string | The object unique identifier. |
Returns
Type | Description |
---|---|
bool | True if contain. |