The WiiImage class.
More...
#include <WiiImage.hpp>
The WiiImage class.
Definition at line 13 of file WiiImage.hpp.
athena::WiiImage::WiiImage |
( |
atUint32 |
width, |
|
|
atUint32 |
height, |
|
|
std::unique_ptr< atUint8[]> && |
data |
|
) |
| |
atUint8* athena::WiiImage::data |
( |
| ) |
|
atUint32 athena::WiiImage::height |
( |
| ) |
const |
void athena::WiiImage::setData |
( |
const atUint8 * |
data | ) |
|
void athena::WiiImage::setHeight |
( |
const atUint32 |
height | ) |
|
void athena::WiiImage::setWidth |
( |
const atUint32 |
width | ) |
|
atUint8* athena::WiiImage::toRGBA |
( |
| ) |
|
atUint32 athena::WiiImage::width |
( |
| ) |
const |
The documentation for this class was generated from the following file: