D2D1_SHARPEN_PROP enumeration

Identifiers for properties of the Sharpen effect.

Syntax


typedef enum D2D1_SHARPEN_PROP { 
  D2D1_SHARPEN_PROP_SHARPNESS  = 0,
  D2D1_SHARPEN_PROP_THRESHOLD  = 1
} D2D1_SHARPEN_PROP;

Constants

D2D1_SHARPEN_PROP_SHARPNESS

The D2D1_SHARPEN_PROP_SHARPNESS property is a float value indicating how much to sharpen the input image. The allowed range is 0.0 to 10.0. The default value is 0.0.

D2D1_SHARPEN_PROP_THRESHOLD

The D2D1_SHARPEN_PROP_THRESHOLD property is a float value. The allowed range is 0.0 to 1.0. The default value is 0.0.

Requirements

Header

D2d1effects_2.h

 

 

Show: