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

Method SingleColorImage

src/qt/platformstyle.cpp:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98QImage PlatformStyle::SingleColorImage(const QString& filename) const
99{
100 if (!colorizeIcons)
101 return QImage(filename);
102 return ColorizeImage(filename, SingleColor());
103}
104
105QIcon PlatformStyle::SingleColorIcon(const QString& filename) const
106{

Callers 2

clearMethod · 0.80
changeEventMethod · 0.80

Calls 1

ColorizeImageFunction · 0.85

Tested by

no test coverage detected