| 70 | } |
| 71 | |
| 72 | unsigned VectorField::colors() const |
| 73 | { |
| 74 | unsigned temp = 0; |
| 75 | FG_THROW(fg_get_vector_field_color_buffer(&temp, get())); |
| 76 | return temp; |
| 77 | } |
| 78 | |
| 79 | unsigned VectorField::alphas() const |
| 80 | { |
nothing calls this directly
no test coverage detected