PSImageMultiPlane Struct Reference

Describes multiple 8-bit planes of pixel data used by the image services callback functions. More...

#include <PIGeneral.h>

Data Fields

void * data
 Pointer to the byte containing the value of the top left pixel.
Rect bounds
 Coordinate systems for the pixels.
int32 rowBytes
 Step values to access individual pixels in a row.
int32 colBytes
 Step values to access individual pixels in a column.
int16 activeChannels
 Number of active channels/planes.

Detailed Description

Describes multiple 8-bit planes of pixel data used by the image services callback functions.

Using a Rect to define the bounds.


Field Documentation

Pointer to the byte containing the value of the top left pixel.

Coordinate systems for the pixels.

Step values to access individual pixels in a row.

Step values to access individual pixels in a column.

Number of active channels/planes.


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