GetYCbCr
Contenuti
[
Nascondere
]GetYCbCr(int)
Ottiene il colore YCbCr con un numero specificato di bit per campione.
public static PixelDataFormat GetYCbCr(int bitsPerSample)
| Parametro | Tipo | Descrizione |
|---|---|---|
| bitsPerSample | Int32 | Il numero di bit per campione. |
Valore di ritorno
Il colore YCbCr.
Guarda anche
- class PixelDataFormat
- spazio dei nomi Aspose.Imaging
- assemblea Aspose.Imaging
GetYCbCr(int, int, int)
Ottiene il colore YCbCr con un numero specificato di bit per campione.
public static PixelDataFormat GetYCbCr(int bitsPerY, int bitsPerCb, int bitsPerCr)
| Parametro | Tipo | Descrizione |
|---|---|---|
| bitsPerY | Int32 | Il numero di bit per canale Y. |
| bitsPerCb | Int32 | Il numero di bit per canale Cb. |
| bitsPerCr | Int32 | Il numero di bit per canale Cr. |
Valore di ritorno
Il colore YCbCr.
Guarda anche
- class PixelDataFormat
- spazio dei nomi Aspose.Imaging
- assemblea Aspose.Imaging