Types
| Name | Value | Description |
|---|---|---|
Raw | std::vector<unsigned char> | |
Pixel | unsigned char | |
Pixels | unsigned char* | |
List |
Constructors
| Name | Description |
|---|---|
Image() | |
Destructors
| Name | Description |
|---|---|
~Image() |
Functions
| Access | Return | Modifier | Name | Description |
|---|---|---|---|---|
public | static | |||
public | static | |||
public | const | getVendor() | ||
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() | |
public | void | flipHorizontally() | ||
public | void | flipVertically() | ||
public | void | rotateBy( float inAngle ) |
Members
| Access | Type | Modifier | Name | Description |
|---|---|---|---|---|
protected | m_vendor | |||
protected | int | m_width | ||
protected | int | m_height | ||
protected | int | m_channel | ||
protected | int | m_format | ||
protected | m_pixels |