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

Method colors

src/api/cpp/vector_field.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72unsigned VectorField::colors() const
73{
74 unsigned temp = 0;
75 FG_THROW(fg_get_vector_field_color_buffer(&temp, get()));
76 return temp;
77}
78
79unsigned VectorField::alphas() const
80{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected