GetYCbCr
GetYCbCr(int)
使用每个样本指定的位数获取 YCbCr 颜色。
public static PixelDataFormat GetYCbCr(int bitsPerSample)
范围 | 类型 | 描述 |
---|---|---|
bitsPerSample | Int32 | 每个样本的位数。 |
返回值
YCbCr 颜色。
也可以看看
- class PixelDataFormat
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
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.Imaging
- 部件 Aspose.Imaging