Table of Contents

Enum D3D11CompositorBlendOperation

Namespace
VisioForge.Core.Types.X.VideoEffects
Assembly
VisioForge.Core.dll

D3D11 compositor blend operation.

public enum D3D11CompositorBlendOperation

Fields

Add = 0

Add source and background.

Subtract = 1

Subtract source from background.

RevSubtract = 2

Subtract background from source.

Min = 3

Minimum of source and background.

Max = 4

Maximum of source and background.