synd
synd

Reputation: 37

How can I get all pixels from canvas?

I have the 64x64 canvas field with drawn objects (dots, rectangles and etc.). How can I get the list of colors of all pixels on the canvas?

Upvotes: 1

Views: 63

Answers (1)

Bryan Oakley
Bryan Oakley

Reputation: 385970

There is no way to get information about individual pixels on the canvas.

Upvotes: 2

Related Questions