GetRgb
GetRgb(int)
获取每个样本指定位数的 RGB 颜色。
public static PixelDataFormat GetRgb(int bitsPerSample)
范围 | 类型 | 描述 |
---|---|---|
bitsPerSample | Int32 | 每个样本的位数。 |
返回值
RGB 颜色。
也可以看看
- class PixelDataFormat
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
GetRgb(int, int, int)
获取每个样本指定位数的 RGB 颜色。
public static PixelDataFormat GetRgb(int bitsPerRedChannel, int bitsPerGreenChannel,
int bitsPerBlueChannel)
范围 | 类型 | 描述 |
---|---|---|
bitsPerRedChannel | Int32 | 每个红色通道的位数。 |
bitsPerGreenChannel | Int32 | 每个绿色通道的位数。 |
bitsPerBlueChannel | Int32 | 每个蓝色通道的位数。 |
返回值
RGB 颜色。
也可以看看
- class PixelDataFormat
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging