PixelDataFormat.GetYCbCr
GetYCbCr(int)
Ruft YCbCr-Farbe mit einer angegebenen Anzahl von Bits pro Abtastung ab.
public static PixelDataFormat GetYCbCr(int bitsPerSample)
Parameter | Typ | Beschreibung |
---|---|---|
bitsPerSample | Int32 | Die Anzahl der Bits pro Sample. |
Rückgabewert
Die YCbCr-Farbe.
Siehe auch
- class PixelDataFormat
- namensraum Aspose.PSD
- Montage Aspose.PSD
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)
Parameter | Typ | Beschreibung |
---|---|---|
bitsPerY | Int32 | Die Anzahl der Bits pro Y-Kanal. |
bitsPerCb | Int32 | Die Anzahl der Bits pro Cb-Kanal. |
bitsPerCr | Int32 | Die Anzahl der Bits pro Cr-Kanal. |
Rückgabewert
Die YCbCr-Farbe.
Siehe auch
- class PixelDataFormat
- namensraum Aspose.PSD
- Montage Aspose.PSD