Aspose::Pdf::Comparison::ImagesDifference::DifferenceToImage metod

ImagesDifference::DifferenceToImage method

Konverterar skillnadsarrayen till en bitmap‑bild med de angivna färgerna.

System::SharedPtr<System::Drawing::Bitmap> Aspose::Pdf::Comparison::ImagesDifference::DifferenceToImage(const System::SharedPtr<Color> &color, const System::SharedPtr<Color> &backgroundColor)
ParameterTypBeskrivning
färgconst System::SharedPtr<Color>&Färgen för icke‑nollskillnader.
backgroundColorconst System::SharedPtr<Color>&Bakgrundsfärgen för nollskillnader.

ReturnValue

En bitmap-bild som representerar skillnadsarrayen.

Se även