EmfPlusImageEffectsIdentifiers 类
内容
[
隐藏
]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 | 描述 |
|---|---|---|---|
| BLUR_EFFECT_GUID [static] | string | r | 指定模糊效果。 |
| BRIGHTNESS_CONTRAST_EFFECT_GUID [static] | string | r | 指定亮度对比度效果。 |
| COLOR_BALANCE_EFFECT_GUID [static] | string | r | 指定颜色平衡效果。 |
| COLOR_CURVE_EFFECT_GUID [static] | string | r | 指定颜色曲线效果。 |
| COLOR_LOOKUP_TABLE_EFFECT_GUID [static] | string | r | 指定颜色查找表效果。 |
| COLOR_MATRIX_EFFECT_GUID [static] | string | r | 指定颜色矩阵效果。 |
| HUE_SATURATION_LIGHTNESS_EFFECT_GUID [static] | string | r | 指定色相、饱和度和亮度效果。 |
| LEVELS_EFFECT_GUID [static] | string | r | 指定色阶效果。 |
| RED_EYE_CORRECTION_EFFECT_GUID [static] | string | r | 指定红眼校正效果。 |
| SHARPEN_EFFECT_GUID [static] | string | r | 指定锐化效果。 |
| TINT_EFFECT_GUID [static] | string | r | 指定色调效果。 |
Methods
| Name | 描述 |
|---|---|
| contain(object_guid) | 包含指定对象的唯一标识符。 |
Method: contain(object_guid) [static]
contain(object_guid)
包含指定对象的唯一标识符。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| object_guid | string | 对象的唯一标识符。 |
Returns
| Type | Description |
|---|---|
| bool | 如果包含则为真。 |