Returns the data type for each pixel component. By default DataType::UInt8.
| 230 | |
| 231 | //! Returns the data type for each pixel component. By default DataType::UInt8. |
| 232 | inline DataType GetDataType() const |
| 233 | { |
| 234 | return dataType_; |
| 235 | } |
| 236 | |
| 237 | //! Returns the image data buffer as constant raw pointer. |
| 238 | inline const void* GetData() const |
no outgoing calls
no test coverage detected