MCPcopy Create free account
hub / github.com/Tencent/libpag / getBackgroundColor

Method getBackgroundColor

exporter/src/ui/exportPanel/ExportPanelWindow.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67QString ExportPanelWindow::getBackgroundColor(int row) const {
68 const auto& resource = resources[row];
69 AEGP_CompH compH = GetItemCompH(resource->itemHandle);
70 auto color = GetCompBackgroundColor(compH);
71 return ColorToQString(color);
72}
73
74Q_INVOKABLE bool ExportPanelWindow::isAEWindowActive() {
75 return IsAEWindowActive();

Callers

nothing calls this directly

Calls 3

GetItemCompHFunction · 0.85
GetCompBackgroundColorFunction · 0.85
ColorToQStringFunction · 0.50

Tested by

no test coverage detected