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

Method colorsSize

src/api/cpp/surface.cpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94unsigned Surface::colorsSize() const
95{
96 unsigned temp = 0;
97 FG_THROW(fg_get_surface_color_buffer_size(&temp, get()));
98 return temp;
99}
100
101unsigned Surface::alphasSize() const
102{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected