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

Function fg_release_histogram

src/api/c/histogram.cpp:45–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45fg_err fg_release_histogram(fg_histogram pHistogram)
46{
47 try {
48 ARG_ASSERT(0, (pHistogram!=0));
49
50 delete getHistogram(pHistogram);
51 }
52 CATCHALL
53
54 return FG_ERR_NONE;
55}
56
57fg_err fg_set_histogram_color(fg_histogram pHistogram,
58 const float pRed, const float pGreen,

Callers 1

~HistogramMethod · 0.85

Calls 1

getHistogramFunction · 0.85

Tested by

no test coverage detected