UnsharpMask Properties

The UnsharpMask type exposes the following members.

Properties

Name Description
Public property Amount

Gets or sets unsharp mask amount (the difference between blurred and original image).

Public property Id

Gets or sets a unique identifier of this PipelineElement.

(Inherited from PipelineElement.)
Public property Radius

Gets or sets a blur radius used to produce unfocused version of the image (necessary for unsharp mask algorithm).

Public property Receivers

Gets a collection of pipeline elements that will receive the result of this PipelineElement.

(Inherited from PipelineElement.)
Public property SupportedPixelFormats

Gets a collection of pixel formats that are supported by this PipelineElement.

(Inherited from PipelineElement.)
Public property Threshold

Gets or sets a threshold value for the unsharp mask.

See Also

Reference