IColorConverter.Convert

IColorConverter.Convert method

渡されたデータを出力形式に変換します。

public int Convert(PixelDataFormat sourceFormat, byte[] data, int offset, int bitStart, 
    int samplesCount, int linesCount, PixelDataFormat destFormat, byte[] outputData, 
    int outputOffset)
パラメータタイプ説明
sourceFormatPixelDataFormatソース形式。
dataByte[]ソースデータ。
offsetInt32データのコピーを開始するオフセット (バイト単位)。
bitStartInt32ビットスタート。この値はバイト単位で整列された値ではなく、コピーを開始する実際のビットであることに注意してください。
samplesCountInt32サンプル数。
linesCountInt32行がカウントされます。
destFormatPixelDataFormat宛先形式。
outputDataByte[]出力データ。
outputOffsetInt32データのコピーを開始する出力オフセット。

戻り値

変換されたバイト数.

関連項目