Aspose::Pdf::Comparison::ImagesDifference::DifferenceToImage method
ImagesDifference::DifferenceToImage method
Convierte la matriz de diferencias a una imagen bitmap usando los colores especificados.
System::SharedPtr<System::Drawing::Bitmap> Aspose::Pdf::Comparison::ImagesDifference::DifferenceToImage(const System::SharedPtr<Color> &color, const System::SharedPtr<Color> &backgroundColor)
| Parámetro | Tipo | Descripción |
|---|---|---|
| color | const System::SharedPtr<Color>& | El color para diferencias distintas de cero. |
| backgroundColor | const System::SharedPtr<Color>& | El color de fondo para diferencias iguales a cero. |
ReturnValue
Una imagen bitmap que representa la matriz de diferencias.
Ver también
- Typedef SharedPtr
- Class Bitmap
- Class Color
- Class ImagesDifference
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++