| 63 | } |
| 64 | |
| 65 | unsigned Histogram::vertices() const |
| 66 | { |
| 67 | unsigned temp = 0; |
| 68 | FG_THROW(fg_get_histogram_vertex_buffer(&temp, get())); |
| 69 | return temp; |
| 70 | } |
| 71 | |
| 72 | unsigned Histogram::colors() const |
| 73 | { |
nothing calls this directly
no test coverage detected