Image.Pixels (gb.image)

Property Pixels As Integer[]

Desde 3.5

Return a copy the image pixels colors as an array of 32 bits integers.

The pixel format of the returned data depends on which toolkit or library is in use. To determine the pixel format, read the Format property. For more information on pixel formats, see Image Management In Gambas.

Modifying the returned array has no effect on the original image data.