mwmgrPSCimg Structure

Syntax

#include <mw/mgr/mgr.h>

typedef struct {
     s32      xSize ;  /* Image Data Width[pixel] */
     s32      ySize ;  /* Image Data Height[pixel] */
     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

2010/06/30
Initial version.

CONFIDENTIAL