Image.dataArray

Returns the raw image data as T[].

class Image
T[]
dataArray
(
T = ubyte
)
()

Return Value

Type: T[]

an array pointing to the raw data.

Meta