WPD_EFFECT_MODES

banner art

Previous Next

WPD_EFFECT_MODES

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

Syntax

  typedef enum WPD_EFFECT_MODES{
  WPD_EFFECT_MODE_UNDEFINED  =0,
  WPD_EFFECT_MODE_COLOR  =1,
  WPD_EFFECT_MODE_BLACK_AND_WHITE  =2,
  WPD_EFFECT_MODE_SEPIA  =3
};

Members

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.

Requirements

Header: Defined in PortableDevice.h

See Also

Previous Next