#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;
Structure used for setting image data color values.
0
through 255
in B. 0
through 255
in G. 0
through 255
in R.
Restrictions
None.
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 .
|
CONFIDENTIAL