PSPixelMask Struct Reference

Pixel mask Information. More...

#include <PIGeneral.h>

Data Fields

struct PSPixelMasknext
 A pointer to the next mask in the chain.
void * maskData
 A pointer to the mask data.
int32 rowBytes
 The row step for the mask.
int32 colBytes
 The column step for the mask.
int32 maskDescription
 The mask description value.

Detailed Description

Pixel mask Information.

Note that the depth of the mask data must match the depth of the color data in the PSPixelMap


Field Documentation

A pointer to the next mask in the chain.

A pointer to the mask data.

The row step for the mask.

The column step for the mask.

The mask description value.

See Mask Description Constants for values.


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