mw::mgr::RGBColor 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 */
} RGBColor;

Description

Structure used for setting image data color values.

Limitations
None in particular.

Member Variables

Name Description
in B Set a blue color value in the range of 0 to 255.
in G Set a green color value in the range of 0 to 255.
in R Set a red color value in the range of 0 to 255.

Revision History

2010/06/30
Initial version.

CONFIDENTIAL