Accusoft.ImagXpress13.Net
MergeStyle Enumeration




Option values used to specify the style of the merge.
Syntax
'Declaration
 
Public Enum MergeStyle 
   Inherits System.Enum
'Usage
 
Dim instance As MergeStyle
public enum MergeStyle : System.Enum 
__value public enum MergeStyle : public System.Enum 
public enum class MergeStyle : public System.Enum 
Members
MemberValueDescription
Additive3Pixel values are added to the pixels in the existing image.
AlphaBackGroundOverForeGround15The normal way of viewing a merged alpha image. The alpha channel in the foreground image is used to blend the two image together. The alpha channel contains information as to which pixels are opaque and which pixels are transparent in the image, and the degree of transparency. An opaque pixel in the foreground hides the pixel in the background image. Likewise, a transparent pixel in the foreground image lets the background pixel show through.
AlphaForeGroundOverBackGround14This produces a fading effect where the center of the superimposed image is lighter than the top and bottom. High or low merge percentage determines the intensity range f the superimposition.
AlphaLeastOpaque17The least opaque pixel value is chosen from the foreground and background alpha channels and is used for the foreground image.
AlphaMostOpaque16The most opaque pixel value is chosen from the foreground and background alpha channels and is used for the foreground image.
IfDarker1Merges only pixels darker than the ones in the existing image.
IfLighter2Merges only pixels lighter than the ones in the existing image.
Normal0Pixels are merged with the existing image.
Subtractive4Pixel values are subtracted from the pixels in the existing image.
Superimpose5The image is superimposed onto the existing image. High merge superimposed image is lighter than the right side. The high or low merge percentage determines the intensity range of the superimposition.
SuperimposeBottomToTop11This produces a fading effect where the bottom of the superimposed image is lighter than the top. Here too, the merge percentage determines intensity superimposition.
SuperimposeHorizFromCenter12This produces a fading effect where the bottom of the superimposed image is lighter than the top. Here too, the merge percentage determines the intensity of superimposition.
SuperimposeHorizToCenter13This produces a fading effect where the top and bottom of the superimposed image is lighter than the top. Here too, the merge percentage determines the intensity of the superimposition.
SuperimposeLeftToRight6This produces a fading effect where the left side of the superimposed image is lighter than the right side. The high or low merge percentage determines the intensity range of the superimposition.
SuperimposeRightToLeft7This produces a fading effect where the right side of the superimposed image is lighter than the left side. The high or low merge percentage determines the intensity range of the superimposition.
SuperimposeTopToBottom10This produces a fading effect where the top of the superimposed image is lighter than the bottom. merge percentage determines intensity of superimposition.
SuperimposeVerticalFromCenter9This produces a fading effect where the center of the superimposed image is lighter than the right and left sides. Merge percentage determines the intensity of superimposition.
SuperimposeVerticalToCenter8This produces a fading effect where the right and left sides of the superimposed image are lighter than the center. Merge percentage determines the intensity range of the superimposition.
Remarks

Each option contains a set of named constants to superimpose the image onto the existing image: with only dark or light pixels, by adding or subtracting pixels, by percentage, by fading from one direction or another; including from or to the center of the image.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.ImagXpressSdk.MergeStyle

See Also

Reference

Accusoft.ImagXpressSdk Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback