Method ConvertAlphaToMask
ConvertAlphaToMask(byte)
Converts alpha components of the image to mask. Mask color is choosen automatically.
bool ConvertAlphaToMask(byte threshold)
Parameters
threshold
byteAlpha component treshold.
Returns
ConvertAlphaToMask(RGBValue, byte)
Converts alpha components of the image to mask.
bool ConvertAlphaToMask(RGBValue rgb, byte threshold)