Table of Contents

Enum BlendValue

Namespace
ShadowDusk.Core
Assembly
ShadowDusk.Core.dll

A blend factor applied to a source or destination color (mirrors MonoGame's Blend ordinals).

public enum BlendValue

Fields

BlendFactor = 10

Factor of the constant blend factor.

DestinationAlpha = 8

Factor of the destination alpha.

DestinationColor = 6

Factor of the destination color.

InverseBlendFactor = 11

Factor of one minus the constant blend factor.

InverseDestinationAlpha = 9

Factor of one minus the destination alpha.

InverseDestinationColor = 7

Factor of one minus the destination color.

InverseSourceAlpha = 5

Factor of one minus the source alpha.

InverseSourceColor = 3

Factor of one minus the source color.

One = 0

Factor of (1, 1, 1, 1).

SourceAlpha = 4

Factor of the source alpha.

SourceAlphaSaturation = 12

Factor of the source alpha, saturated to [0, 1].

SourceColor = 2

Factor of the source color.

Zero = 1

Factor of (0, 0, 0, 0).