and I would like to colour only this shape, the background is transparent so I feel as if there is some way to colour an entire image. Right now I am using put pixel and colouring every pixel in the picture but I am wondering if there is a more efficient way to do this?
putpixel(xy=(i,j), value=(red))
, where i,j is coloured if it exists