WPD_EFFECT_MODES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// portabledevice.h

typedef enum tagWPD_EFFECT_MODES {
  WPD_EFFECT_MODE_UNDEFINED,
  WPD_EFFECT_MODE_COLOR,
  WPD_EFFECT_MODE_BLACK_AND_WHITE,
  WPD_EFFECT_MODE_SEPIA
} WPD_EFFECT_MODES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-portabledevice-tagwpd_effect_modes)

tagWPD_EFFECT_MODES enumeration

Description

The WPD_EFFECT_MODES enumeration type describes various visual effects that can be applied to an image.

Constants

WPD_EFFECT_MODE_UNDEFINED

No effect has been specified.

WPD_EFFECT_MODE_COLOR

The image should be color.

WPD_EFFECT_MODE_BLACK_AND_WHITE

The image should be black and white.

WPD_EFFECT_MODE_SEPIA

The image should be sepia.

Remarks

This enumeration is used by the WPD_STILL_IMAGE_EFFECT_MODE property.

See also

Structures and Enumeration Types