Table of Contents

Enum BlendType

Namespace
Pie
Assembly
Pie.dll

The blending type for a source or destination.

public enum BlendType

Fields

DestAlpha = 8

Equal to the destination alpha.

DestColor = 4

Equal to the destination color.

One = 1

Equal to 1.

OneMinusDestAlpha = 9

Equal to 1 minus the destination alpha.

OneMinusDestColor = 5

Equal to 1 minus the destination color.

OneMinusSrcAlpha = 7

Equal to 1 minus the source alpha.

OneMinusSrcColor = 3

Equal to 1 minus the source color.

SrcAlpha = 6

Equal to the source alpha.

SrcColor = 2

Equal to the source color.

Zero = 0

Equal to 0.