toLongArray

expect fun toLongArray(): LongArray

Converts the image into a long array.

Each pixel channel (0-255) is stored as a Long.

Return

A long array containing the image pixel data in RGB order.