mwmgrPSCimg Structure

Syntax

#include <mw/mgr/mgr.h> 

typedef struct { 
     s32 xSize ; /* Image data width (in pixels). */
     s32 ySize ;  /* Image data height (in pixels). */
     mwmgrRGBColor *pcImg ; /* Color image data. */
} mwmgrPSCimg; 

Description

See the corresponding C++ structure, mw::mgr::PSCimg.

Member Variables

See the corresponding C++ structure, mw::mgr::PSCimg.

Revision History

2014/05/28
Initial version.

CONFIDENTIAL