Table of Contents

Enum BlendOperation

Namespace
Pie
Assembly
Pie.dll

A blending operation.

public enum BlendOperation

Fields

Add = 0

Add source 1 and source 2 together.

Max = 4

The maximum of source 1 and 2.

Min = 3

The minimum of source 1 and 2.

ReverseSubtract = 2

Subtract source 2 from source 1.

Subtract = 1

Subtract source 1 from source 2.