| 91 | } |
| 92 | |
| 93 | unsigned Histogram::colorsSize() const |
| 94 | { |
| 95 | unsigned temp = 0; |
| 96 | FG_THROW(fg_get_histogram_color_buffer_size(&temp, get())); |
| 97 | return temp; |
| 98 | } |
| 99 | |
| 100 | unsigned Histogram::alphasSize() const |
| 101 | { |
nothing calls this directly
no test coverage detected