Parameters
- sourceColorChannels
- Array that contains color channels 16-bit integer values, in range from 0 to 65535, to transform. Each color channel 16-bit value is encoded by 2 bytes, where first byte is low byte and second is high byte.
- sourceIndex
- A 32-bit integer that represents the index in the sourceColorChannels at which reading begins.
- sourceColorCount
- Number of colors to transform.
- destColorChannels
- Array that contains transformed color channels real values, in range from 0 to 1.
- destIndex
- A 32-bit integer that represents the index in the destColorChannels at which writing begins.