IsBlackAndWhite Method
IsBlackAndWhite()
Determines whether the image contains only black and white pixels.
Declaration
public bool IsBlackAndWhite()
Public Function IsBlackAndWhite() As Boolean
Returns
Type |
Description |
bool |
true if all pixels in the image are either black or white,
false if there are other colors.
|