Enum CrossfadeProp
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.