Visual Basic (Declaration) | |
---|---|
Public Class FeatherAlphaBlendCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class FeatherAlphaBlendCommand : RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class FeatherAlphaBlendCommand : public RasterCommand, IRasterCommand |
Run the FeatherAlphaBlendCommand on an image.
Visual Basic | Copy Code |
---|---|
Public Sub FeatherAlphaBlendCommandExample() |
C# | Copy Code |
---|---|
public void FeatherAlphaBlendCommandExample() |
To combine two images with a fixed opacity, use the AlphaBlendCommand. The FeatherAlphaBlendCommand achieves feathering between two images by using variable opacity values, obtained from the fade mask referenced by MaskImage. Use the MaskSourcePoint to specify a region of the mask image, these values are the coordinates of the origin of the mask rectangle. To create an image that contains a fade mask, use FadedMaskCommand command. This command supports 12 and 16-bit grayscale and 48 and 64-bit color images. Support for 12 and 16-bit grayscale and 48 and 64-bit color images is available only in the Document/Medical toolkits. This command does not support signed data images. This command does not support 32-bit grayscale images.
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.Effects.FeatherAlphaBlendCommand
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
FeatherAlphaBlendCommand MembersLeadtools.ImageProcessing.Effects Namespace
Introduction to Image Processing With LEADTOOLS
CombineCommand Class
AlphaBlendCommand Class
TextureAlphaBlendCommand Class
BricksTextureCommand
CanvasCommand
DisplacementCommand Class
FragmentCommand
VignnetCommand