PixelDataFormat.GetYCbCr
GetYCbCr(int)
サンプルごとに指定されたビット数で YCbCr カラーを取得します。
public static PixelDataFormat GetYCbCr(int bitsPerSample)
パラメータ | タイプ | 説明 |
---|---|---|
bitsPerSample | Int32 | サンプルあたりのビット数。 |
戻り値
YCbCr カラー。
関連項目
- class PixelDataFormat
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD
GetYCbCr(int, int, int)
サンプルごとに指定されたビット数で YCbCr カラーを取得します。
public static PixelDataFormat GetYCbCr(int bitsPerY, int bitsPerCb, int bitsPerCr)
パラメータ | タイプ | 説明 |
---|---|---|
bitsPerY | Int32 | Y チャネルあたりのビット数。 |
bitsPerCb | Int32 | Cb チャネルあたりのビット数。 |
bitsPerCr | Int32 | Cr チャネルあたりのビット数。 |
戻り値
YCbCr カラー。
関連項目
- class PixelDataFormat
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD