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

YThe luma component of the color in the full range [0..255].
CbThe blue-difference chroma component of the color in the full range [0..255].
CrThe red-difference chroma component of the color in the full range [0..255].

Returns

YPbPrThe converted Y′PbPr components.