GetYCbCr

GetYCbCr(int)

Obtiene el color YCbCr con un número específico de bits por muestra.

public static PixelDataFormat GetYCbCr(int bitsPerSample)
ParámetroEscribeDescripción
bitsPerSampleInt32El número de bits por muestra.

Valor_devuelto

El color YCbCr.

Ver también


GetYCbCr(int, int, int)

Obtiene el color YCbCr con un número específico de bits por muestra.

public static PixelDataFormat GetYCbCr(int bitsPerY, int bitsPerCb, int bitsPerCr)
ParámetroEscribeDescripción
bitsPerYInt32El número de bits por canal Y.
bitsPerCbInt32El número de bits por canal Cb.
bitsPerCrInt32El número de bits por canal Cr.

Valor_devuelto

El color YCbCr.

Ver también