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