MCPcopy Create free account
hub / github.com/ElementsProject/elements / ColorizeImage

Function ColorizeImage

src/qt/platformstyle.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

ColorizeIconFunction · 0.85
SingleColorImageMethod · 0.85

Calls 1

MakeSingleColorImageFunction · 0.85

Tested by

no test coverage detected