Returns the format for each pixel. By default ImageFormat::RGBA.
| 224 | |
| 225 | //! Returns the format for each pixel. By default ImageFormat::RGBA. |
| 226 | inline ImageFormat GetFormat() const |
| 227 | { |
| 228 | return format_; |
| 229 | } |
| 230 | |
| 231 | //! Returns the data type for each pixel component. By default DataType::UInt8. |
| 232 | inline DataType GetDataType() const |
no outgoing calls
no test coverage detected