Types
名前 | 価値 | 説明 |
---|---|---|
Raw | std::vector<unsigned char> | |
Pixels | unsigned char* | |
Super |
コンストラクター
名前 | 説明 |
---|---|
Image() | |
デストラクター
名前 | 説明 |
---|---|
~Image() |
関数
アクセス | タイプ | モディファイア | 名前 | 説明 |
---|---|---|---|---|
public | int | const | getWidth() | |
public | int | const | getHeight() | |
public | int | const | getChannel() | |
public | int | const | getFormat() | |
public | const Pixels | const | getPixels() | |
public | int | const | getPitch() | |
public | int | const | getSize() |
メンバ
アクセス | タイプ | モディファイア | 名前 | 説明 |
---|---|---|---|---|
protected | m_type | |||
protected | int | m_width | ||
protected | int | m_height | ||
protected | int | m_channel | ||
protected | int | m_format | ||
protected | m_pixels |