MCPcopy Create free account
hub / github.com/arrayfire/forge / colors

Method colors

src/api/cpp/histogram.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72unsigned Histogram::colors() const
73{
74 unsigned temp = 0;
75 FG_THROW(fg_get_histogram_color_buffer(&temp, get()));
76 return temp;
77}
78
79unsigned Histogram::alphas() const
80{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected