Types
| Name | Value | Description |
|---|---|---|
Raw | std::vector<unsigned char> | |
Pixel | unsigned char | |
Pixels | unsigned char* | |
Instance | ||
Reference | ||
References |
Constructors
| Name | Description |
|---|---|
Image() |
Destructors
| Name | Description |
|---|---|
~Image() |
Functions
| Access | Return | Modifier | Name | Description |
|---|---|---|---|---|
public | static | |||
public | static | |||
public | const | getVendor() | ||
public | const Pixels | const | getPixels() | |
public | std::uint32_t | const | getMemorySize() | |
public | void | flipHorizontally() | ||
public | void | flipVertically() | ||
public | void | rotateBy( float inAngle ) |
Members
| Access | Type | Modifier | Name | Description |
|---|---|---|---|---|
protected | m_vendor | |||
protected | m_pixels |