Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_FORCE_DWORD = 0xffffffff
} ;
Constants
D2D1_SHARPEN_PROP_SHARPNESS Value: 0 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 Value: 1 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. |
D2D1_SHARPEN_PROP_FORCE_DWORD Value: 0xffffffff |
Requirements
Requirement | Value |
---|---|
Header | d2d1effects_2.h |