Class EmfPlusImageEffectsIdentifiers
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly: Aspose.Imaging.dll (25.2.0)
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).
public static class EmfPlusImageEffectsIdentifiers
Inheritance
object ← EmfPlusImageEffectsIdentifiers
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Remarks
Image effects identifiers and Image Effects Parameter Blocks are specified by Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSerializableObject records for Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusDrawImagePoints records.
Fields
BlurEffectGuid
Specifies the blur effect.
public const string BlurEffectGuid = "{633C80A4-1843-482B-9EF2-BE2834C5FDD4}"
Field Value
BrightnessContrastEffectGuid
Specifies the brightness contrast effect.
public const string BrightnessContrastEffectGuid = "{D3A1DBE1-8EC4-4C17-9F4C-EA97AD1C343D}"
Field Value
ColorBalanceEffectGuid
Specifies the color balance effect.
public const string ColorBalanceEffectGuid = "{537E597D-251E-48DA-9664-29CA496B70F8}"
Field Value
ColorCurveEffectGuid
Specifies the color curve effect.
public const string ColorCurveEffectGuid = "{DD6A0022-58E4-4A67-9D9B-D48EB881A53D}"
Field Value
ColorLookupTableEffectGuid
Specifies the color lookup table effect.
public const string ColorLookupTableEffectGuid = "{A7CE72A9-0F7F-40D7-B3CC-D0C02D5C3212}"
Field Value
ColorMatrixEffectGuid
Specifies the color matrix effect.
public const string ColorMatrixEffectGuid = "{718F2615-7933-40E3-A511-5F68FE14DD74}"
Field Value
HueSaturationLightnessEffectGuid
Specifies the hue saturation lightness effect.
public const string HueSaturationLightnessEffectGuid = "{8B2DD6C3-EB07-4D87-A5F0-7108E26A9C5F}"
Field Value
LevelsEffectGuid
Specifies the levels effect.
public const string LevelsEffectGuid = "{99C354EC-2A31-4F3A-8C34-17A803B33A25}"
Field Value
RedEyeCorrectionEffectGuid
Specifies the red-eye correction effect.
public const string RedEyeCorrectionEffectGuid = "{74D29D05-69A4-4266-9549-3CC52836B632}"
Field Value
SharpenEffectGuid
Specifies the sharpen effect.
public const string SharpenEffectGuid = "{63CBF3EE-C526-402C-8F71-62C540BF5142}"
Field Value
TintEffectGuid
Specifies the tint effect.
public const string TintEffectGuid = "{1077AF00-2848-4441-9489-44AD4C2D7A2C}"
Field Value
Methods
Contain(string)
Contains the specified object unique identifier.
public static bool Contain(string objectGuid)
Parameters
objectGuid
string
The object unique identifier.
Returns
True if contain.