In canvas, How does use "set background pixel color" block?

I tried that but there is no change on canvas. Can i change specified pixel colors on canvas background image?

You can change the background image of canvas if you want to change the full background color.
Or for only one pixel use this:
canvas
This will change the top left corner’s color to orange.
(I don’t thin you can recognize 1px)

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.