#include <mw/hgr/hgr.h> typedef struct { u8 Y0 ; /* Y(n) component */ u8 U ; /* U(n) component */ u8 Y1 ; /* Y(n+1) component */ u8 V ; /* V(n) component */ } RGBColor;
Structure used for setting image data color values.
Y0
.U
.Y1
.V
.
Restrictions
None.
Name | Description | |
---|---|---|
in | Y0 | Set the nth luminance. |
in | U | Set the blue color difference. |
in | Y1 | Set the (n+1)th luminance. |
in | U | Set the red color difference. |
CONFIDENTIAL