mw::hgr::YUVColor Structure

Syntax

#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;

Description

Structure used for setting image data color values.

Restrictions
None.

Member Variables

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.

Revision History

2014/05/28
Initial version.

CONFIDENTIAL