Enum GenericImageAlphaBlendMode
Enumerates constants for specifying alpha blending options.
public enum GenericImageAlphaBlendMode
Fields
Compose = 1Compose the original alpha values with the ones being pasted.
Overwrite = 0Overwrite the original alpha values with the ones being pasted.