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