Convert source data to target data, assuming source and target are 32 bit bitmap data.
When defining source and target grid, remember they must include the proper "scan width" (single row of pixels), which may be larger than the width of the bitmap image.
Currently only supports top-down bitmaps.
public void ConvertBitmapData(
byte[] source,
byte[] target
)member ConvertBitmapData :
source : byte[] *
target : byte[] -> unit