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.

Restrictions
None.

Member Variables

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

Revision History

2014/05/28
Initial version.

CONFIDENTIAL