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)
ParameterTypeDescription
sourceRasterImageRaster image for the algorithm to work over.
settingsMagicWandSettingsThe settings used to process the selection, includes the reference point.

Return Value

New ImageBitMask.

See Also