BlendEffect Constructor
| Name | Description | |
|---|---|---|
|
BlendEffect |
Creates and initializes a new BlendEffect. Note that a Source and ForegroundSource must also be set.
|
|
BlendEffect(IImageProvider) |
Creates and initializes a new BlendEffect with specified background image sources.
|
|
BlendEffect(IImageProvider, IImageProvider) |
Creates and initializes a new BlendEffect with specified background and foreground image sources.
|
|
BlendEffect(IImageProvider, IImageProvider, BlendFunction) |
Creates and initializes a new BlendEffect with specified background and foreground image sources and a blend function.
|
|
BlendEffect(IImageProvider, IImageProvider, BlendFunction, Double) |
Creates and initializes a new BlendEffect with specified background and foreground image sources, a blend function and a global alpha value.
|
|
BlendEffect(IImageProvider, IImageProvider, IImageProvider, BlendFunction, Double) |
Creates and initializes a new BlendEffect with specified background, foreground and mask image sources, a blend function and a global alpha value.
|
Show: