PixelDataFormat.GetRgba
GetRgba(int)
サンプルごとに指定されたビット数で RGBA カラーを取得します。
public static PixelDataFormat GetRgba(int bitsPerSample)
| パラメータ | タイプ | 説明 |
|---|---|---|
| bitsPerSample | Int32 | サンプルあたりのビット数。 |
戻り値
RGBA カラー。
関連項目
- class PixelDataFormat
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD
GetRgba(int, int, int, int)
サンプルごとに指定されたビット数で RGBA カラーを取得します。
public static PixelDataFormat GetRgba(int bitsPerRedChannel, int bitsPerGreenChannel,
int bitsPerBlueChannel, int bitsPerAlphaChannel)
| パラメータ | タイプ | 説明 |
|---|---|---|
| bitsPerRedChannel | Int32 | 赤チャンネルあたりのビット数。 |
| bitsPerGreenChannel | Int32 | グリーン チャネルあたりのビット数。 |
| bitsPerBlueChannel | Int32 | 青チャンネルあたりのビット数。 |
| bitsPerAlphaChannel | Int32 | アルファ チャネルあたりのビット数。 |
戻り値
RGBA カラー。
関連項目
- class PixelDataFormat
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD