Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
Leadtools.Windows.Media.Effects.Effects Namespace
See Also  Inheritance Hierarchy
Overview and description of classes and enumerations that provide filters and transforms to process images. It includes methods to smooth, sharpen, detect edges, etc.

Classes

 ClassDescription
AddNoiseCommandBitmapEffect Adds random pixels to an image, letting you specify the percentage of coverage and the color plane.
AverageCommandBitmapEffect Changes the color of each pixel in an image to the average color of pixels in its neighborhood. This results in a blur effect.
Includes Classes that require a LEADTOOLS Document or Medical toolkit.BinaryFilterCommandBitmapEffect Imposes a binary filter on an image. This command is available in LEADTOOLS Document and Medical Imaging toolkits.
Includes Classes that require a LEADTOOLS Document or Medical toolkit.ColorHalftoneCommandBitmapEffect Shows the effect of using an enlarged halftone screen on each image channel. The filter divides the image into rectangles and replaces each rectangle with circles. Each channel has a separate grid of circles, and has its own angle setting. The size of each circle is proportional to the brightness of the rectangle that it is replacing. This method is available in LEADTOOLS Document and Medical Imaging toolkits.
CubismCommandBitmapEffect Remaps the image into a collection of rotated rectangles (cubic faces) so that it appears to have been created in the Cubist art style.
EdgeDetectEffectCommandBitmapEffect Performs edge detection on the image.
EmbossCommandBitmapEffect Applies an emboss effect to an image, letting you specify the depth and direction of the effect.
GaussianCommandBitmapEffect Smooths or blurs an image by applying a Gaussian filter to the specified image.
HighPassCommandBitmapEffect Removes low frequency details in an image, resulting in a sharpened image.
MaskConvolutionCommandBitmapEffect Applies various 3d effects to an image.
MosaicCommandBitmapEffect Imposes a mosaic effect on an image by dividing the image into tiles of a specified size and changing the color of all pixels in each tile to the average color of pixels within the tile.
MotionBlurCommandBitmapEffect Applies a filter, which creates the illusion of movement in an image.
OilifyCommandBitmapEffect Applies an oil-painting effect to the image.
SharpenCommandBitmapEffect Increases or decreases the sharpness of a specific image.
SmoothEdgesCommandBitmapEffect Smoothes the rough edges in the image.
Includes Classes that require a LEADTOOLS Document or Medical toolkit.SpatialFilterCommandBitmapEffect Imposes a spatial filter on an image. This command is available in LEADTOOLS Document and Medical Imaging toolkits.
UnsharpMaskCommandBitmapEffect Sharpens the image by applying the unsharp mask.

Enumerations

 EnumerationDescription
CubismCommandBitmapEffectsFlags Flags that indicate the background color, cube shape and cube orientation.
EdgeDetectEffectCommandBitmapEffectsType Flag that indicates the type of edge to generate.
EmbossCommandBitmapEffectsDirection Enumerated values used to determine the direction of the apparent light source.
MaskConvolutionCommandBitmapEffectsType Enumeration that indicates which mask to use in the convolution process.
RasterColorBitmapEffectsChannel Indicate the channel that will be used in image processing methods.
UnsharpMaskCommandBitmapEffectsColorType Enumeration that indicates the color space in which to apply the mask.

See Also