GetYCbCr
Contenido
[
Ocultar
]GetYCbCr(int)
Obtiene el color YCbCr con un número específico de bits por muestra.
public static PixelDataFormat GetYCbCr(int bitsPerSample)
Parámetro | Escribe | Descripción |
---|---|---|
bitsPerSample | Int32 | El número de bits por muestra. |
Valor_devuelto
El color YCbCr.
Ver también
- class PixelDataFormat
- espacio de nombres Aspose.Imaging
- asamblea Aspose.Imaging
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ámetro | Escribe | Descripción |
---|---|---|
bitsPerY | Int32 | El número de bits por canal Y. |
bitsPerCb | Int32 | El número de bits por canal Cb. |
bitsPerCr | Int32 | El número de bits por canal Cr. |
Valor_devuelto
El color YCbCr.
Ver también
- class PixelDataFormat
- espacio de nombres Aspose.Imaging
- asamblea Aspose.Imaging