KiCad PCB EDA Suite
Loading...
Searching...
No Matches
wximage_test_utils.h File Reference
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <wx/image.h>
#include <gal/color4d.h>

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.
 
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 70 of file wximage_test_utils.cpp.