MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / setColorMap

Method setColorMap

src/api/cpp/graphics.cpp:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void Window::setColorMap(const ColorMap cmap) { _cmap = cmap; }
60
61void Window::image(const array& in, const char* const title) {
62 af_cell temp{_r, _c, title, _cmap};

Callers 6

sweFunction · 0.80
templateMatchingDemoFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
brain_segFunction · 0.80
optical_flow_demoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected