MCPcopy 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
73unsigned Surface::colors() const
74{
75 unsigned temp = 0;
76 FG_THROW(fg_get_surface_color_buffer(&temp, get()));
77 return temp;
78}
79
80unsigned Surface::alphas() const
81{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected