ImagesDifference.DifferenceToImage

ImagesDifference.DifferenceToImage method

Converts the difference array to a bitmap image using the specified colors.

public Bitmap DifferenceToImage(Color color, Color backgroundColor)
ParameterTypeDescription
colorColorThe color for non-zero differences.
backgroundColorColorThe background color for zero differences.

Return Value

A bitmap image representing the difference array.

See Also