GetYCbCr

GetYCbCr(int)

Ruft YCbCr-Farbe mit einer angegebenen Anzahl von Bits pro Abtastung ab.

public static PixelDataFormat GetYCbCr(int bitsPerSample)
ParameterTypBeschreibung
bitsPerSampleInt32Die Anzahl der Bits pro Sample.

Rückgabewert

Die YCbCr-Farbe.

Siehe auch


GetYCbCr(int, int, int)

Ruft YCbCr-Farbe mit einer angegebenen Anzahl von Bits pro Abtastung ab.

public static PixelDataFormat GetYCbCr(int bitsPerY, int bitsPerCb, int bitsPerCr)
ParameterTypBeschreibung
bitsPerYInt32Die Anzahl der Bits pro Y-Kanal.
bitsPerCbInt32Die Anzahl der Bits pro Cb-Kanal.
bitsPerCrInt32Die Anzahl der Bits pro Cr-Kanal.

Rückgabewert

Die YCbCr-Farbe.

Siehe auch