Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
unsigned Plot::colors() const
80
{
81
unsigned temp = 0;
82
FG_THROW(fg_get_plot_color_buffer(&temp, get()));
83
return temp;
84
}
85
86
unsigned Plot::alphas() const
87
{
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
Function · 0.85
Tested by
no test coverage detected