Parameters
- sourceColorChannels
- Array that contains color channels real values, in range from 0 to 1, to transform.
- 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 16-bit integer values, in range from 0 to 65535. Each color channel 16-bit value is encoded by 2 bytes, where first byte is low byte and second is high byte.
- destIndex
- A 32-bit integer that represents the index in the destColorChannels at which writing begins.