xtd 0.2.0
Loading...
Searching...
No Matches

◆ threshold() [2/2]

static xtd::drawing::image xtd::drawing::image_converter::threshold ( const xtd::drawing::image image,
int32  threshold 
)
static

Creates a new black and white image of the specified image with specified threshold.

Parameters
imageThe image to convert into black and white colors.
thresholdThe threshold value (from 0 to 765).
Returns
The converted image.
Appearance
Original Converted