PixelDataFormat.GetRgb

GetRgb(int)

サンプルごとに指定されたビット数で RGB カラーを取得します。

public static PixelDataFormat GetRgb(int bitsPerSample)
パラメータタイプ説明
bitsPerSampleInt32サンプルあたりのビット数。

戻り値

RGB カラー。

関連項目


GetRgb(int, int, int)

サンプルごとに指定されたビット数で RGB カラーを取得します。

public static PixelDataFormat GetRgb(int bitsPerRedChannel, int bitsPerGreenChannel, 
    int bitsPerBlueChannel)
パラメータタイプ説明
bitsPerRedChannelInt32赤チャンネルあたりのビット数。
bitsPerGreenChannelInt32グリーン チャネルあたりのビット数。
bitsPerBlueChannelInt32青チャンネルあたりのビット数。

戻り値

RGB カラー。

関連項目