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

2014/05/28
Initial version.

CONFIDENTIAL