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

Method colorsSize

src/api/cpp/plot.cpp:107–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107unsigned Plot::colorsSize() const
108{
109 unsigned temp = 0;
110 FG_THROW(fg_get_plot_color_buffer_size(&temp, get()));
111 return temp;
112}
113
114unsigned Plot::alphasSize() const
115{

Callers 6

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

Calls 1

Tested by

no test coverage detected