mw::mgr::RGBColor
Structure#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.
Limitations
None in particular.
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. |
CONFIDENTIAL