InteractiveForegroundSegmenter Constructor (IImageProvider, Color, Color)
Creates and initializes a new InteractiveForegroundSegmenter with the specified source, foreground color, and background color.
Namespace: Lumia.Imaging.Compositing
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
public:
InteractiveForegroundSegmenter(
[InAttribute] IImageProvider^ imageSource,
[InAttribute] Color foregroundColor,
[InAttribute] Color backgroundColor
)
Parameters
- imageSource
- Type: Lumia.Imaging::IImageProvider
An image source for the effect.
- foregroundColor
- Type: Windows.UI::Color
The color that represents the foreground annotations on AnnotationsSource.
- backgroundColor
- Type: Windows.UI::Color
The color that represents the background annotations on AnnotationsSource.
Show: