ImageGear for .NET
GlowingEdges Method
See Also  Send Feedback
ImageGear21.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffects Class : GlowingEdges Method




page
Page to process.
intensity
Specifies intensity for the glowing edges. Useful range is 1...10.
sharpness
Removes dark pixels from result image, leaving only bright edges. Valid range is 0..255.
saturation
Adjusts saturation of the result image. Useful range is 0.1...2.0; Set saturation to 1.0 to leave saturation unchanged.

Glossary Item Box

Applies 'glowing edges' effect to the image.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

page
Page to process.
intensity
Specifies intensity for the glowing edges. Useful range is 1...10.
sharpness
Removes dark pixels from result image, leaving only bright edges. Valid range is 0..255.
saturation
Adjusts saturation of the result image. Useful range is 0.1...2.0; Set saturation to 1.0 to leave saturation unchanged.

Remarks

This method applies a Glowing Edges effect on the image. It highlights edges on the image with bright colors, and fills flat areas with black.

See Also

©2013. Accusoft Corporation. All Rights Reserved.