Types
| Name | Value | Description |
|---|---|---|
Raw | std::vector<unsigned char> | |
Pixels | unsigned char* | |
Super |
Constructors
| Name | Description |
|---|---|
Image() | |
Destructors
| Name | Description |
|---|---|
~Image() |
Functions
| Access | Return | Modifier | Name | Description |
|---|---|---|---|---|
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() |
Members
| Access | Type | Modifier | Name | Description |
|---|---|---|---|---|
protected | m_type | |||
protected | int | m_width | ||
protected | int | m_height | ||
protected | int | m_channel | ||
protected | int | m_format | ||
protected | m_pixels |