Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aui-framework/aui
/ averageColor
Method
averageColor
aui.image/src/AUI/Image/AImage.cpp:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
AImageView::Color AImageView::averageColor() const noexcept {
88
return visit([&](const auto& i) { return AColor(i.averageColor()); });
89
}
90
91
92
AImage AImageView::mirroredVertically() const {
Callers
2
averageColor
Function · 0.45
operator()
Method · 0.45
Calls
1
AColor
Class · 0.50
Tested by
no test coverage detected