PixelDataFormat.GetRgb
GetRgb(int)
サンプルごとに指定されたビット数で RGB カラーを取得します。
public static PixelDataFormat GetRgb(int bitsPerSample)
パラメータ | タイプ | 説明 |
---|---|---|
bitsPerSample | Int32 | サンプルあたりのビット数。 |
戻り値
RGB カラー。
関連項目
- class PixelDataFormat
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD
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.PSD
- 組み立て Aspose.PSD