public class EmfPlusImageEffectsIdentifiers extends Object
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 Records.EmfPlusSerializableObject
records for EmfPlusDrawImagePoints
records.
Modifier and Type | Field and Description |
---|---|
static String |
BLUR_EFFECT_GUID
Specifies the blur effect.
|
static String |
BRIGHTNESS_CONTRAST_EFFECT_GUID
Specifies the brightness contrast effect.
|
static String |
COLOR_BALANCE_EFFECT_GUID
Specifies the color balance effect.
|
static String |
COLOR_CURVE_EFFECT_GUID
Specifies the color curve effect.
|
static String |
COLOR_LOOKUP_TABLE_EFFECT_GUID
Specifies the color lookup table effect.
|
static String |
COLOR_MATRIX_EFFECT_GUID
Specifies the color matrix effect.
|
static String |
HUE_SATURATION_LIGHTNESS_EFFECT_GUID
Specifies the hue saturation lightness effect.
|
static String |
LEVELS_EFFECT_GUID
Specifies the levels effect.
|
static String |
RED_EYE_CORRECTION_EFFECT_GUID
Specifies the red-eye correction effect.
|
static String |
SHARPEN_EFFECT_GUID
Specifies the sharpen effect.
|
static String |
TINT_EFFECT_GUID
Specifies the tint effect.
|
Constructor and Description |
---|
EmfPlusImageEffectsIdentifiers() |
Modifier and Type | Method and Description |
---|---|
static boolean |
contain(String objectGuid)
Contains the specified object unique identifier.
|
public static final String BLUR_EFFECT_GUID
Specifies the blur effect.
public static final String BRIGHTNESS_CONTRAST_EFFECT_GUID
Specifies the brightness contrast effect.
public static final String COLOR_BALANCE_EFFECT_GUID
Specifies the color balance effect.
public static final String COLOR_CURVE_EFFECT_GUID
Specifies the color curve effect.
public static final String COLOR_LOOKUP_TABLE_EFFECT_GUID
Specifies the color lookup table effect.
public static final String COLOR_MATRIX_EFFECT_GUID
Specifies the color matrix effect.
public static final String HUE_SATURATION_LIGHTNESS_EFFECT_GUID
Specifies the hue saturation lightness effect.
public static final String LEVELS_EFFECT_GUID
Specifies the levels effect.
public static final String RED_EYE_CORRECTION_EFFECT_GUID
Specifies the red-eye correction effect.
public static final String SHARPEN_EFFECT_GUID
Specifies the sharpen effect.
public static final String TINT_EFFECT_GUID
Specifies the tint effect.
public static boolean contain(String objectGuid)
Contains the specified object unique identifier.
objectGuid
- The object unique identifier.