Aspose::Pdf::Comparison::GraphicalComparison::ImagesDifference::DifferenceToImage method

ImagesDifference::DifferenceToImage method

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

System::SharedPtr<System::Drawing::Bitmap> Aspose::Pdf::Comparison::GraphicalComparison::ImagesDifference::DifferenceToImage(System::SharedPtr<Color> color, System::SharedPtr<Color> backgroundColor)
ParameterTypeDescription
colorSystem::SharedPtr<Color>The color for non-zero differences.
backgroundColorSystem::SharedPtr<Color>The background color for zero differences.

ReturnValue

A bitmap image representing the difference array.

See Also