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ámetroTipoDescripción
colorconst System::SharedPtr<Color>&El color para diferencias distintas de cero.
backgroundColorconst 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