Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ setColorMap
Method
setColorMap
src/backend/common/window.hpp:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
inline void setColorMap(const forge::ColorMap cmap) {
71
mWindow->setColorMap(cmap);
72
}
73
74
inline int getID() const {
75
return mWindow->getID();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected