| CanvasBlend Enumeration |
Namespace: Microsoft.Graphics.Canvas
public enum CanvasBlend
| Member name | Value | Description | |
|---|---|---|---|
| SourceOver | 0 | The standard source-over-destination blend mode, also known as premultiplied alpha blending. | |
| Copy | 1 | The source is copied to the destination; destination pixels are ignored. | |
| Min | 2 | Use the minimum of the source and destination pixel values. | |
| Add | 3 | Take the sum of the source and destination pixel values. |
This illustration shows the available blend modes with varying opacity and backgrounds.
