EdgeDetectionEffect Properties |
The EdgeDetectionEffect type exposes the following members.
Name | Description | |
---|---|---|
![]() | AlphaMode | Specifies the treatment of alpha. Default value Premultiplied. |
![]() | Amount | Adjusts the sensitivity of the edge detection filter.
Default value 0.5, range 0 to 1. |
![]() | BlurAmount | Specifies the amount of blur to apply before edge detection.
Blur is used to remove high frequencies and reduce phantom edges.
Default value 0, range 0 to 10. |
![]() | BufferPrecision | Specifies what precision to use for intermediate buffers when drawing this effect. |
![]() | CacheOutput | Enables caching the output from drawing this effect. |
![]() | Mode | Specifies what type of filter kernel to use for edge detection.
Default value Sobel. |
![]() | Name | Attaches a user-defined name string to the effect. |
![]() | OverlayEdges | If false, the output image is fully opaque.
If true, input opacity is preserved.
Default value false. |
![]() | Source | Gets or sets the input source for EdgeDetection effect. |