Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
unsigned Plot::colorsSize() const
108
{
109
unsigned temp = 0;
110
FG_THROW(fg_get_plot_color_buffer_size(&temp, get()));
111
return temp;
112
}
113
114
unsigned Plot::alphasSize() const
115
{
Callers
6
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
fg_get_plot_color_buffer_size
Function · 0.85
Tested by
no test coverage detected