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

Method colorsSize

src/api/cpp/histogram.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93unsigned Histogram::colorsSize() const
94{
95 unsigned temp = 0;
96 FG_THROW(fg_get_histogram_color_buffer_size(&temp, get()));
97 return temp;
98}
99
100unsigned Histogram::alphasSize() const
101{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected