PSImageMultiPlane32 Struct Reference

Describes multiple 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.
VRect 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.
int16 depth
 Only 8, 16, 32 bit values are valid.

Detailed Description

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

Using a VRect 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.

Only 8, 16, 32 bit values are valid.


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