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数据复制应该开始的输出偏移量。

返回值

转换后的字节数。

也可以看看