KiCad PCB EDA Suite
|
Go to the source code of this file.
Namespaces | |
namespace | KI_TEST |
Functions | |
bool | KI_TEST::IsImagePixelOfColor (const wxImage &aImage, int aX, int aY, const KIGFX::COLOR4D &aColor) |
Predicate to check an image pixel matches color and alpha. | |
bool | KI_TEST::ImagesHaveSamePixels (const wxImage &aImgA, const wxImage &aImgB) |
Check if an image is identical to another image, pixel by pixel. | |
std::ostream & | boost_test_print_type (std::ostream &os, wxImage const &aImage) |
std::ostream & boost_test_print_type | ( | std::ostream & | os, |
wxImage const & | aImage | ||
) |
Definition at line 99 of file wximage_test_utils.cpp.