KiCad PCB EDA Suite
Loading...
Searching...
No Matches
wximage_test_utils.cpp File Reference

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)
 

Function Documentation

◆ boost_test_print_type()

std::ostream & boost_test_print_type ( std::ostream &  os,
wxImage const &  aImage 
)

Definition at line 99 of file wximage_test_utils.cpp.