'Declaration Public Overloads Shared Sub FilterWithUnsharpMask( _ ByVal page As ImGearRasterPage, _ ByVal radius As Double, _ ByVal amount As Integer, _ ByVal threshold As Integer, _ ByVal channels As ImGearChannelRange _ )
'Usage Dim page As ImGearRasterPage Dim radius As Double Dim amount As Integer Dim threshold As Integer Dim channels As ImGearChannelRange ImGearRasterProcessing.FilterWithUnsharpMask(page, radius, amount, threshold, channels)
public static void FilterWithUnsharpMask( ImGearRasterPage page, double radius, int amount, int threshold, ImGearChannelRange channels )
public: static void FilterWithUnsharpMask( ImGearRasterPage* page, double radius, int amount, int threshold, ImGearChannelRange channels )
public: static void FilterWithUnsharpMask( ImGearRasterPage^ page, double radius, int amount, int threshold, ImGearChannelRange channels )
Parameters
- page
- Page to filter.
- radius
- Radius of unsharp mask.
- amount
- Amount of unsharpening.
- threshold
- Unsharpening threshold.
- channels
- Channel range.