![]() |
Perfectly Clear SDK Documentation
10.7.1.1191
|
Struct defining an image to be used in PFC library. More...
#include <PerfectlyClearPro.h>
Data Fields | |
| int | width |
| Pixel width of image. | |
| int | height |
| Pixel height of image. | |
| int | stride |
| Byte width of each scanline. | |
| PFCPIXELFORMAT | format |
| Defines byte order of input buffer. | |
| unsigned char * | data |
| Pointer pointing to the first byte of image data buffer. | |
Struct defining an image to be used in PFC library.
Definition at line 256 of file PerfectlyClearPro.h.