mwmgrRGBColor Structure

Syntax

#include <mw/mgr/mgr.h>

typedef struct {
     u8       Z ; /* (unused)    */
     u8       B ; /* Pixel value blue component */
     u8       G ; /* Pixel value green component */
     u8       R ; /* Pixel value red component */
} mwmgrRGBColor;

Description

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

Member Variables

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

Revision History

2010/06/30
Initial version.

CONFIDENTIAL