PSImageMultiPlane32 Struct Reference

#include <PIGeneral.h>


Detailed Description

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

Using a VRect to define the bounds.


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 and 16 bit unsigned values are valid.

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 and 16 bit unsigned values are valid.


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