KS_DVD_YUV structure (ksmedia.h)
The KS_DVD_YUV structure is used to describe a color in the YUV colorspace.
Syntax
typedef struct _KS_DVD_YUV {
UCHAR Reserved;
UCHAR Y;
UCHAR V;
UCHAR U;
} KS_DVD_YUV, *PKS_DVD_YUV;
Members
Reserved
Reserved. Do not use.
Y
Indicates the luminance (brightness) component of the color.
V
Indicates the color-red (chrominance) component of the color.
U
Indicates the color-blue (chrominance) component of the color.
Remarks
The KS_DVD_YUV structure is used
Requirements
Requirement | Value |
---|---|
Header | ksmedia.h (include Ksmedia.h) |