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(System::SharedPtr<Color> color, System::SharedPtr<Color> backgroundColor)
| Parameter | Type | Description |
|---|---|---|
| color | System::SharedPtr<Color> | The color for non-zero differences. |
| backgroundColor | 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++