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.

Classes

struct  BOOST_TEST_PRINT_NAMESPACE_OPEN::print_log_value< wxImage >
 

Namespaces

namespace  KI_TEST
 
namespace  BOOST_TEST_PRINT_NAMESPACE_OPEN
 Before Boost 1.64, nullptr_t wasn't handled.
 

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.