Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ colors
Method
colors
src/api/cpp/surface.cpp:73–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
unsigned Surface::colors() const
74
{
75
unsigned temp = 0;
76
FG_THROW(fg_get_surface_color_buffer(&temp, get()));
77
return temp;
78
}
79
80
unsigned Surface::alphas() const
81
{
Callers
nothing calls this directly
Calls
1
fg_get_surface_color_buffer
Function · 0.85
Tested by
no test coverage detected