EmfPlusImageEffectsIdentifiers

Inheritance: java.lang.Object

public final class EmfPlusImageEffectsIdentifiers

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).


Image effects identifiers and Image Effects Parameter Blocks are specified by EmfPlusSerializableObject records for EmfPlusDrawImagePoints records.

Fields

FieldDescription
BLUR_EFFECT_GUIDSpecifies the blur effect.
BRIGHTNESS_CONTRAST_EFFECT_GUIDSpecifies the brightness contrast effect.
COLOR_BALANCE_EFFECT_GUIDSpecifies the color balance effect.
COLOR_CURVE_EFFECT_GUIDSpecifies the color curve effect.
COLOR_LOOKUP_TABLE_EFFECT_GUIDSpecifies the color lookup table effect.
COLOR_MATRIX_EFFECT_GUIDSpecifies the color matrix effect.
HUE_SATURATION_LIGHTNESS_EFFECT_GUIDSpecifies the hue saturation lightness effect.
LEVELS_EFFECT_GUIDSpecifies the levels effect.
RED_EYE_CORRECTION_EFFECT_GUIDSpecifies the red-eye correction effect.
SHARPEN_EFFECT_GUIDSpecifies the sharpen effect.
TINT_EFFECT_GUIDSpecifies the tint effect.

Methods

MethodDescription
contain(String objectGuid)Contains the specified object unique identifier.

BLUR_EFFECT_GUID

public static final String BLUR_EFFECT_GUID

Specifies the blur effect.

BRIGHTNESS_CONTRAST_EFFECT_GUID

public static final String BRIGHTNESS_CONTRAST_EFFECT_GUID

Specifies the brightness contrast effect.

COLOR_BALANCE_EFFECT_GUID

public static final String COLOR_BALANCE_EFFECT_GUID

Specifies the color balance effect.

COLOR_CURVE_EFFECT_GUID

public static final String COLOR_CURVE_EFFECT_GUID

Specifies the color curve effect.

COLOR_LOOKUP_TABLE_EFFECT_GUID

public static final String COLOR_LOOKUP_TABLE_EFFECT_GUID

Specifies the color lookup table effect.

COLOR_MATRIX_EFFECT_GUID

public static final String COLOR_MATRIX_EFFECT_GUID

Specifies the color matrix effect.

HUE_SATURATION_LIGHTNESS_EFFECT_GUID

public static final String HUE_SATURATION_LIGHTNESS_EFFECT_GUID

Specifies the hue saturation lightness effect.

LEVELS_EFFECT_GUID

public static final String LEVELS_EFFECT_GUID

Specifies the levels effect.

RED_EYE_CORRECTION_EFFECT_GUID

public static final String RED_EYE_CORRECTION_EFFECT_GUID

Specifies the red-eye correction effect.

SHARPEN_EFFECT_GUID

public static final String SHARPEN_EFFECT_GUID

Specifies the sharpen effect.

TINT_EFFECT_GUID

public static final String TINT_EFFECT_GUID

Specifies the tint effect.

contain(String objectGuid)

public static boolean contain(String objectGuid)

Contains the specified object unique identifier.

Parameters:

ParameterTypeDescription
objectGuidjava.lang.StringThe object unique identifier.

Returns: boolean - True if contains.