Visual Basic (Declaration) | |
---|---|
Public Class AlphaBlendCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class AlphaBlendCommand : RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class AlphaBlendCommand : public RasterCommand, IRasterCommand |
Run the AlphaBlendCommand on an image.
Visual Basic | Copy Code |
---|---|
Public Sub AlphaBlendCommandExample() |
C# | Copy Code |
---|---|
public void AlphaBlendCommandExample() |
The opacity determines how much the affected image will show through the source image. For example, if the Opacity property (or the opacity parameter in the constructor) is set to 255 (completely opaque) then the source image will appear and the affected image will not show through the source image at all. If the opacity is 128 (half opacity), then the pixels for that area will consist of 50 percent from the source image and 50 percent from the affected image. 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.AlphaBlendCommand
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
AlphaBlendCommand MembersLeadtools.ImageProcessing.Effects Namespace
Introduction to Image Processing With LEADTOOLS
CombineCommand Class
FeatherAlphaBlendCommand Class
TextureAlphaBlendCommand Class
BricksTextureCommand
CanvasCommand
DisplacementCommand Class
FragmentCommand
VignnetCommand