FOUND
|
Represents an image. More...
#include <style.hpp>
Public Attributes | |
int | width |
The image width. | |
int | height |
The image height. | |
int | channels |
The image channels. | |
unsigned char * | image |
The image contents. | |
Represents an image.
int found::Image::channels |
The image channels.
int found::Image::height |
The image height.
unsigned char* found::Image::image |
The image contents.
int found::Image::width |
The image width.