mwhgrYUVColor 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.   */
} mwhgrYUVColor;

Description

See the corresponding C++ structure, mw::hgr::YUVColor.

Member Variables

See the corresponding C++ structure, mw::hgr::YUVColor.

Revision History

2014/05/28
Initial version.

CONFIDENTIAL