Aspose::Pdf::Comparison::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::ImagesDifference::DifferenceToImage(const System::SharedPtr<Color> &color, const System::SharedPtr<Color> &backgroundColor)
| Parameter | Type | Description |
|---|---|---|
| color | const System::SharedPtr<Color>& | The color for non-zero differences. |
| backgroundColor | const System::SharedPtr<Color>& | The background color for zero differences. |
ReturnValue
A bitmap image representing the difference array.
See Also
- Typedef SharedPtr
- Class Bitmap
- Class Color
- Class ImagesDifference
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++