RasterImageExtension.SelectMask
RasterImageExtension.SelectMask method
Creates a ImageBitMask
with selection of pixels with colors similar to the color of the reference point based on MagicWandSettings
.
public static ImageBitMask SelectMask(RasterImage source, MagicWandSettings settings = null)
Parameter | Type | Description |
---|---|---|
source | RasterImage | Raster image for the algorithm to work over. |
settings | MagicWandSettings | The settings used to process the selection, includes the reference point. |
Return Value
New ImageBitMask
.
See Also
- class ImageBitMask
- class RasterImage
- class MagicWandSettings
- class RasterImageExtension
- namespace Aspose.Imaging.MagicWand
- assembly Aspose.Imaging