MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / ColorizeImage

Function ColorizeImage

src/qt/platformstyle.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58QImage ColorizeImage(const QString& filename, const QColor& colorbase)
59{
60 QImage img(filename);
61 MakeSingleColorImage(img, colorbase);
62 return img;
63}
64
65QIcon ColorizeIcon(const QString& filename, const QColor& colorbase)
66{

Callers 2

ColorizeIconFunction · 0.85
SingleColorImageMethod · 0.85

Calls 1

MakeSingleColorImageFunction · 0.85

Tested by

no test coverage detected