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