EmfPlusImageEffectsIdentifiers Klasse

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

NameTypeAccessBeschreibung
BLUR_EFFECT_GUID [statisch]stringrGibt den Unschärfeeffekt an.
BRIGHTNESS_CONTRAST_EFFECT_GUID [statisch]stringrGibt den Helligkeits-Kontrast-Effekt an.
COLOR_BALANCE_EFFECT_GUID [static]stringrGibt den Farbbalance-Effekt an.
COLOR_CURVE_EFFECT_GUID [static]stringrGibt den Farbkurven-Effekt an.
COLOR_LOOKUP_TABLE_EFFECT_GUID [static]stringrGibt den Farb-Lookup-Tabellen-Effekt an.
COLOR_MATRIX_EFFECT_GUID [static]stringrGibt den Farbmatrix-Effekt an.
HUE_SATURATION_LIGHTNESS_EFFECT_GUID [static]stringrGibt den Farbton-Sättigungs-Helligkeits-Effekt an.
LEVELS_EFFECT_GUID [static]stringrGibt den Pegel-Effekt an.
RED_EYE_CORRECTION_EFFECT_GUID [static]stringrGibt den Rote-Augen-Korrektureffekt an.
SHARPEN_EFFECT_GUID [static]stringrGibt den Schärfungs-Effekt an.
TINT_EFFECT_GUID [static]stringrGibt den Tönungs-Effekt an.

Methods

NameBeschreibung
contain(object_guid)Enthält die angegebene eindeutige Objektkennung.

Method: contain(object_guid) [static]

 contain(object_guid) 

Enthält die angegebene eindeutige Objektkennung.

Parameters:

ParameterTypBeschreibung
object_guidstringDie eindeutige Objektkennung.

Returns

TypBeschreibung
boolWahr, wenn enthalten.