PSImageMultiPlane Struct Reference

#include <PIGeneral.h>


Detailed Description

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

Using a Rect to define the bounds.


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.

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: