Conversion.YCbCrToYPbPr
Static Method in Conversion
Declaration
public static YPbPr YCbCrToYPbPr(float Y, float Cb, float Cr)Description
Converts Y′CbCr components to Y′PbPr components.
Parameters
| Y | The luma component of the color in the full range [0..255]. |
| Cb | The blue-difference chroma component of the color in the full range [0..255]. |
| Cr | The red-difference chroma component of the color in the full range [0..255]. |
Returns
| YPbPr | The converted Y′PbPr components. |