Table of Contents

Enum CrossfadeProp

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

This effect combines two images by adding weighted pixels from input images. It has two inputs, named Destination and Source.

The cross fade formula is output = weight * Destination + (1 - weight) * Source.

The CLSID for this effect is .

public enum CrossfadeProp

Fields

Weight = 0

No documentation.