| 70 | } |
| 71 | |
| 72 | ChannelFormat Image::pixelFormat() const |
| 73 | { |
| 74 | fg_channel_format retVal = (fg_channel_format)0; |
| 75 | FG_THROW(fg_get_image_pixelformat(&retVal, get())); |
| 76 | return retVal; |
| 77 | } |
| 78 | |
| 79 | forge::dtype Image::channelType() const |
| 80 | { |
no test coverage detected