Table of Contents

Enum GenericImageAlphaBlendMode

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Interfaces.dll

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.