Conversion.YPbPrToYCbCr
Static Method in Conversion
Declaration
public static YCbCr YPbPrToYCbCr(float Y, float Pb, float Pr)
Description
Converts Y′PbPr components to Y′CbCr components.
Parameters
Y | The luma component of the color in the range [0..1]. |
Pb | The blue-difference chroma component of the color in the range [-0.5..0.5]. |
Pr | The red-difference chroma component of the color in the range [-0.5..0.5]. |
Returns
YCbCr | The converted Y′CbCr components. |