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

Method colors

src/api/cpp/plot.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79unsigned Plot::colors() const
80{
81 unsigned temp = 0;
82 FG_THROW(fg_get_plot_color_buffer(&temp, get()));
83 return temp;
84}
85
86unsigned Plot::alphas() const
87{

Callers 6

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

fg_get_plot_color_bufferFunction · 0.85

Tested by

no test coverage detected