Perfectly Clear SDK Documentation  9.1.2.380
PFCIMAGE Struct Reference

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.
 

Detailed Description

Struct defining an image to be used in PFC library.

Definition at line 246 of file PerfectlyClearPro.h.


The documentation for this struct was generated from the following file: